You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Andy Chapman (JIRA)" <ji...@apache.org> on 2010/06/24 12:49:49 UTC

[jira] Commented: (WW-3459) label tag does not evaluate label text correctly (uses value stack rather than message resource)

    [ https://issues.apache.org/jira/browse/WW-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882122#action_12882122 ] 

Andy Chapman commented on WW-3459:
----------------------------------

Looks like a duplicate of:

https://issues.apache.org/jira/browse/WW-3144
https://issues.apache.org/jira/browse/WW-2171

But isn't fixed.



> 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.