You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/12/08 16:02:36 UTC

[jira] Updated: (WW-2821) REST & Validation

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

James Holmes updated WW-2821:
-----------------------------

    Fix Version/s: Future

> REST & Validation
> -----------------
>
>                 Key: WW-2821
>                 URL: https://issues.apache.org/struts/browse/WW-2821
>             Project: Struts 2
>          Issue Type: New Feature
>    Affects Versions: 2.1.2
>            Reporter: Alvin Singh
>             Fix For: Future
>
>
> When implementing REST-like controllers as per REST plugin guidelines, I have multiple methods in the same class e.g. save and update. If I require validation I can annotate each method with validation annotations and enable validateAnnotatedMethodOnly.
> The issue is that I can only have one 'input' result. Validation failure on either of these methods will lead to the same page. The issue is described here also - http://www.nabble.com/forum/ViewPost.jtp?post=19230629&framed=y.
> It would be nice if there was an validation annotation to set the result name via annotations on validation failure (similiar to worflow interceptor).

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