Hi, I'm sort of repeating my previous posting but I narrowed down my problem.
I apologize if it's trivial, I've just started with struts.

The following line works perfectly when countryName is a String attribute of a bean 
stored in a session
<input type=radio name="country" value=' <bean:write name="country" 
property="countryName"/>' >

This line gives me an error: "Cannot find message resources under key 
org.apache.struts.action.MESSAGE"
The only difference is that countryID is an integer.
<input type=radio name="country" value=' <bean:write name="country" 
property="countryID"/>' >

Do I need to make countryID field a  String in my bean?

Thanks
NK




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

Reply via email to