Re: retrieve textfield value prior to validate/submit
On Mon, 12 Jul 2010 17:09:00 -0300, Pablo dos Reis wrote: Hi, Hi, guys! Nice example, Pablo! A StreamResponse is a good choice when all you need to return is a String. When you need something more structured, you can return a JSSONObject or an JSONArray. @Property private String ur
Re: retrieve textfield value prior to validate/submit
Hi, you can use Ajax.Request of Prototype for it. Create a Action Link for register the method and call this method by Ajax. Example: Page Class/// @Proper