[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1232) UIFileUpload & the JSF lifecycle

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Tue Apr 24 02:38:30 EDT 2007


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

Shane Bryzak closed JBSEAM-1232.
--------------------------------

    Fix Version/s: 1.3.0.BETA1
       Resolution: Done

Fixed

> UIFileUpload & the JSF lifecycle
> --------------------------------
>
>                 Key: JBSEAM-1232
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1232
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 1.2.1.GA
>            Reporter: Pete Muir
>         Assigned To: Shane Bryzak
>             Fix For: 1.3.0.BETA1
>
>
> UIFileUpload doesn't obey the JSF lifecycle by updating the model in the Apply Request Values phase rather than in the Update Model Values phase.  In decode() the component should decode the request, then return control.  In processUpdates() the model should be updated.
> This allows for 
> 1) validation and conversion to occur
> 2) the model not to be updated unless validation and conversion succeeds on ALL components
> 3) ValueChangeEvents to be enqueued and acted upon
> At the moment the component is kinda behanving like immediate=true

-- 
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 seam-issues mailing list