Re: t:inputFileUpload and h:commandButton immediate = true doesn't work

2007-11-05 Thread NABA
thanks David... thank you very much... naba :-) David Brainard schrieb: NABA wrote: Hi... Thank you Ron for the answer. I know that immediate reduces the lifecycle. I describe the context for better understanding what is my objective: I have a JSP with different InputText-fields. The user shou

Re: t:inputFileUpload and h:commandButton immediate = true doesn't work

2007-11-05 Thread David Brainard
NABA wrote: Hi... Thank you Ron for the answer. I know that immediate reduces the lifecycle. I describe the context for better understanding what is my objective: I have a JSP with different InputText-fields. The user should has the possibility to fill this fields and upload a file to the server

Re: t:inputFileUpload and h:commandButton immediate = true doesn't work

2007-11-05 Thread NABA
Hi... Thank you Ron for the answer. I know that immediate reduces the lifecycle. I describe the context for better understanding what is my objective: I have a JSP with different InputText-fields. The user should has the possibility to fill this fields and upload a file to the server. The problem

Re: t:inputFileUpload and h:commandButton immediate = true doesn't work

2007-11-04 Thread Ron Smits
What exactly is the behaviour you are looking for? immediate is true will run the validators immediately, basically jumping from the second fase of the lifecycle to the third of the lifecycle. This is meant to validate something important and skipping all the other validators when it is not correct

t:inputFileUpload and h:commandButton immediate = true doesn't work

2007-11-04 Thread NABA
Hi.. I use: Myfaces 1.1.5 Tomahawk 1.1.5 ajax4jsf 1.1.1 I use the "t:inputFileUpload" in my jsp: storage="file" /> action="#{MyBean.uploadFile}"/> It works fine. But when I set the immediate = true in the commandButton: action="#{MyBean.uploadFile}" immediate="true" /> the upFile st