Thank you pete.
I also give my ugly solution to solve this use case.
public void immediateUpload(){
| UIInput input =
(UIInput)facesContext.getViewRoot().findComponent("brouillonTabs:Tache:inUploadFileCreate");
| input.processUpdates(facesContext);
| upload();
| }
I retrieve the UIComponent corresponding to the s:fileUpload and then
process inputs to update the model.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124290#4124290
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124290
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user