Hello,

I'm trying to use the key attribute in the s:textfield tag to display a
label from my resource bundle.  I have a single application resource bundle
that I am able to access with the s:text tag, so I know the resource bundle
is working.  However, when I use the key attribute, I just get an empty
string as the label.

This works:

<s:text name="user.firstname"/>

This doesn't display the label:

<s:textfield key="user.firstname" name="..."/>


Does anyone have any ideas?

Thanks!

Kelly
-- 
View this message in context: 
http://www.nabble.com/-S2--Textfield-key-with-resource-bundle-tp16629036p16629036.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to