[
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 attached two patches which implement this functionality, one for
FieldErrorTag and one for FieldError.
was:
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>
The attached patch.txt is for FieldErrorTag.
There is also attached a version of struts-tags.tld which includes the new
"fieldName" attribute for the "fielderror" tag.
> 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
> 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.