I have three textField in my page and in my validate event I write:

 

         Private String component1;

         Void onValidate(){

                  System.out.println(component1)

}

 

The result is outputing the value of the component1 three times,but the
first time its value is null and other two times is the right value,why and
how can I get the right value in the first time?

Reply via email to