Hi All,
I have the following code in my JSP file, and I am using the STRUTS
framework.
code:
<html:select property ="exception" onClick="java
script:showOtherExceptions('<%= ELSEnquiryConstantsIF.EXCEPTION %>');"
/>
where showOtherExceptions is a javascript function I have
already written.
The problem is that this doesn't work as expected. The part that
should be filled with "ELSEnquiryConstantsIF.EXCEPTION" stays as
"ELSEnquiryConstantsIF.EXCEPTION" in the final HTML output..
When I view source on the outputted HTML page, the html:submit
tag converts to the following:
code:
<input type="select" name ="exceptione" onClick="java
script:showOtherExceptions('<%= ELSEnquiryConstantsIF.EXCEPTION %>');"
/>
Please help
Regards
VasudevRaoGupta
Confidentiality Notice
The information contained in this electronic message and any attachments to this
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL
PROTECTED] immediately
and destroy all copies of this message and any attachments.