Damian Penney <damian <at> penney.org> writes:

> 
> I'm a relative newbie with regards Click but if you resubmit back to the 
page then you are indeed recreating it. To avoid the get (what do you have 
in there?) your form action could post the info instead so onPost would be 
called instead.
> 
> 
> 
> What hidden fields are you finding yourself having to add?
I am adding fields to control which records show up in my tables (year,
department, facility, month,etc.)  I agree with you that resubmitting 
back HAS to recreate the page...so the page life cycle needs to complete.  
I just wish there was a way to submit the form data to my onSubmitClicked() 
method and not go through the page constructor, onInit(), etc.  
I guess I would need to use Ajax to do that?

Reply via email to