Hello All,

I am trying to have text from my property file appear into one of the
attributes of an html select element. The code which I have written is

<html:select property="destinationType" onchange=
"javascript:fnLocationBlur(); fnChangeZoomImage()"
onfocus="fnSetFocus('0');window.status ='<bean:message
key="select.destination.type"/>'; return true"  value =
'<%=destinationType%>'>     
        <html:option value="city">city</html:option>
      <html:option value="state">state</html:option>
      <html:option value="country">country</html:option>
</html:select>

However when invoke the jsp I get an exception

"/jsp/WcNoNc/Query.jsp(575): Non-matching extension tags //[ null; Line:
575]
probably occurred due to an error in /jsp/WcNoNc/Query.jsp line 575:
</html:select>"

What am I doing wrong? How can I get the text from my property file into one
of the html attributes?

Thanks for your help in advance.

Regards,
Abhishek.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to