A
Arun Nair
I have a jsp page which needs a drop down select box. I am using
struts, so for the drop down I have
<html:select property="category" size="1">
<htmlption value="Government"/>
<htmlption value="Public Sector"/>
<htmlption value="Private Sector"/>
</html:select>
in a jsp page. But when the page is executed in place of the above
values
I get ???en_US.null?? for all the 3 values in the browser.
Can you tell me how to fix this?
thanks,
Arun
struts, so for the drop down I have
<html:select property="category" size="1">
<htmlption value="Government"/>
<htmlption value="Public Sector"/>
<htmlption value="Private Sector"/>
</html:select>
in a jsp page. But when the page is executed in place of the above
values
I get ???en_US.null?? for all the 3 values in the browser.
Can you tell me how to fix this?
thanks,
Arun