label tag does not evaluate label text correctly (uses value stack rather than
message resource)
------------------------------------------------------------------------------------------------
Key: WW-3459
URL: https://issues.apache.org/jira/browse/WW-3459
Project: Struts 2
Issue Type: Bug
Components: Plugin - Tags
Affects Versions: 2.1.8.1
Reporter: Andy Chapman
<s:form theme="simple">
<s:label key="Username" for="Username" />
<s:textfield key="Username" />
</s:form>
Gives a label with the same text as appears in the textfield (i.e. Username
from the value stack rather than the message resource).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.