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

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Apr 23 11:04:33 EDT 2007


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


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