[jboss-user] [JBoss Seam] - Re: <s:fileUpload and immediate attribute
dthibau@opencs.net
do-not-reply at jboss.com
Tue Jan 29 03:36:57 EST 2008
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
More information about the jboss-user
mailing list