You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "David Evans (JIRA)" <ji...@apache.org> on 2008/06/07 04:51:05 UTC

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

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

David Evans updated WW-2671:
----------------------------

    Description: 
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 a solution and will submit a patch.



> 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
>
> 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 a solution and will submit a patch.

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