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
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
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
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
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
5 matches
Mail list logo