You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/08/07 09:25:12 UTC

[jira] [Updated] (WW-3624) allow regex matching on fielderror tag

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

Lukasz Lenart updated WW-3624:
------------------------------

    Description: 
Very happy with the iterator and complicated sub fields...
{code:xml}
<s:fielderror regex="true">
    <s:param>^ledger\.records\[<s:property value="#row.index" />\].*</s:param>
</s:fielderror>
{code}
the patch attached is baseline against the trunk, it assumes WW-3622 and WW-3623 have not been commited yet.

  was:
Very happy with the iterator and complicated sub fields...

<s:fielderror regex="true"><s:param>^ledger\.records\[<s:property value="#row.index" />\].*</s:param></s:fielderror>

the patch attached is baseline against the trunk, it assumes WW-3622 and WW-3623 have not been commited yet.


> allow regex matching on fielderror tag
> --------------------------------------
>
>                 Key: WW-3624
>                 URL: https://issues.apache.org/jira/browse/WW-3624
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Core Actions
>    Affects Versions: 2.2.3
>         Environment: n/a
>            Reporter: Jason Pyeron
>             Fix For: 2.3.18
>
>         Attachments: struts2-trunk-WW-3624-baselined-without-WW-3622-or-WW-3623.patch, struts2-trunk-WW-3624-depends-on-WW-3622-and-WW-3623.patch, struts2-trunk-WW-3624-site-artifacts-from-maven.patch
>
>
> Very happy with the iterator and complicated sub fields...
> {code:xml}
> <s:fielderror regex="true">
>     <s:param>^ledger\.records\[<s:property value="#row.index" />\].*</s:param>
> </s:fielderror>
> {code}
> the patch attached is baseline against the trunk, it assumes WW-3622 and WW-3623 have not been commited yet.



--
This message was sent by Atlassian JIRA
(v6.2#6252)