Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

html_Return_Form_Items JS ERROR on VALIDATION PAGE

Steve_MacleodDec 7 2007 — edited Dec 21 2007
Hi,
I am getting a javascript error on my page. The line given corresponds to a line in the htmldb_html_elements.js. Specifically in the html_Return_Form_Items function:

l_Selects = l_This.getElementsByTagName('SELECT');

Im getting a "null or not an object" when I am attempting to use:

html_RadioValue(radio_grp_name);

I am runninig the code onload to show/hide rows based on user selection. The code WORKS FINE until I make a validation error, and I hit the validation page. Then the error is genereated.

I had thought that best practice was to use oracle supplied functions (html_RadioValue) although in this case the oracle functions dont seem to work properly. Anyone got any experience of this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2008
Added on Dec 7 2007
10 comments
697 views