[
http://jira.jboss.com/jira/browse/JBSEAM-1232?page=comments#action_12360230 ]
Pete Muir commented on JBSEAM-1232:
-----------------------------------
Also, it ought to implement EditableValueHolder somewhere in it's hierachy
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