HTTP-400 Bad name in the request: not a legal PLSQL identifer [message #292742] |
Wed, 09 January 2008 15:24  |
fwu888
Messages: 2 Registered: January 2008 Location: NYC
|
Junior Member |
|
|
I call a procedure from a form "myform"
HTP.formopen ('/pls/'||owa_util.get_cgi_env('DAD_NAME')||
'/yuhousingapp.hid_translate','POST', cattributes => 'name=" myform" onSubmit="return submitform()"');
building||room loop
for x in 1..14 loop
htp.p('<input type ="text" size="1" maxlength="1" name = "') ;
htp.p(q.building_code||'_'||y.room_code||'_b">');
end loop;
end building||room loop
and I passed parameters as owa_util.ident_arr type into procedure hid_translate and it gave me error say:
HTTP-400 Bad name in the request: not a legal PLSQL identifer
Please help!
Thank you!
|
|
|
|
|