You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2008/12/01 20:50:37 UTC

[jira] Resolved: (WW-2671) Add fieldName attribute to FieldErrorTag

     [ https://issues.apache.org/struts/browse/WW-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2671.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.x)
                   2.1.3

Thanks for the patch. Merged + one test for it

> Add fieldName attribute to FieldErrorTag
> ----------------------------------------
>
>                 Key: WW-2671
>                 URL: https://issues.apache.org/struts/browse/WW-2671
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Tags
>            Reporter: David Evans
>             Fix For: 2.1.3
>
>         Attachments: FieldErrorPatch.txt, FieldErrorTagPatch.txt
>
>
> I would like to use FieldErrorTag on a single field basis in this manner:
> <s:fielderror fieldName="myField" />
> instead of the current usage:
> <s:fielderror><s:param>myField</s:param></s:fielderror>
> I have attached two patches which implement this functionality, one for FieldErrorTag and one for FieldError.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.