Re: [T5.1] Preserve user input while refreshing form inside zone

2010-09-23 Thread Yohan Yudanara
Hi LLTYK :), Thanks for the idea. Yes, this could be the solution to preserve user input while refreshing (not submitting) the form. The drawback is: this will generate many traffic to the server. Thank you for your help. On Wed, Sep 22, 2010 at 6:07 PM, LLTYK ll...@mailinator.com wrote: The

Re: [T5.1] Preserve user input while refreshing form inside zone

2010-09-22 Thread LLTYK
The usual way to save input is to do a form submit. Link the form to the zone, and then submitting will trigger the update on the zone after sending the data to the server. However, this does not work if the form is not filled out and valid. In that case there's a longer way: I used the

[T5.1] Preserve user input while refreshing form inside zone

2010-09-21 Thread Yohan Yudanara
Hi.. I'm enclosing a whole form inside zone. And I have an AJAX actionlink to refresh the zone. Is it possible to preserve user input while refreshing the zone? I have problem because, when refreshing, textfield value always discard user input and revert back to the original value. Thanks in