Any idea why <s:label> does not work for me with Struts 2.0.6?

<s:label key="user.username"/>

The following works fine:

<fmt:message key="user.username"/>

As does:

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

Is the "key" attribute of <s:label> supposed to write the body?  It seems to
write the label tag just fine, but it has no body.

Thanks,

Matt
-- 
View this message in context: 
http://www.nabble.com/Using-%3Cs%3Alabel-key%3D%22%22-%3E-doesn%27t-seem-to-work-tf3521861.html#a9824656
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