[jboss-jira] [JBoss JIRA] Updated: (JBSEAM-430) Undeprecate @IfInvalid

Christian Bauer (JIRA) jira-events at jboss.com
Fri Oct 20 03:54:42 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBSEAM-430?page=all ]

Christian Bauer updated JBSEAM-430:
-----------------------------------

    Description: 
We need @IfInvalid to defer validation until the Invoke Application phase. You can't have a "Previous Page" button in a wizard conversation without it, <s:validateAll> would try to validate the input even if the user clicks "Previous Page". Input validation has to be delayed until "Next Page" is clicked, this is then mapped to a nextPage() action that has an @IfInvalid.





  was:
We need @IfInvalid to deplay validation until the Invoke Application phase. You can't have a "Previous Page" button in a wizard conversation without it, <s:validateAll> would try to validate the input even if the user clicks "Previous Page". Input validation has to be delayed until "Next Page" is clicked, this is then mapped to a nextPage() action that has an @IfInvalid.






> Undeprecate @IfInvalid
> ----------------------
>
>                 Key: JBSEAM-430
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-430
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Core
>            Reporter: Christian Bauer
>            Priority: Blocker
>             Fix For: 1.1
>
>
> We need @IfInvalid to defer validation until the Invoke Application phase. You can't have a "Previous Page" button in a wizard conversation without it, <s:validateAll> would try to validate the input even if the user clicks "Previous Page". Input validation has to be delayed until "Next Page" is clicked, this is then mapped to a nextPage() action that has an @IfInvalid.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list