Eventlink cannot retrieve the value of a textfield with or without
autocomplete mixin. However, submit button can retrieve the value.



 void onAddToPrescriptionTest(){
         System.out.println("\n\n\n" + fNameTf + "\n\n\n"); //returns null
 } 
         void onSuccess(){
         System.out.println("\n\n\n" + fNameTf + "\n\n\n"); //return
textfield value
 } 


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Some-tips-client-side-tp5163718p5163809.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to