nismi
Jul 12th, 2006, 12:39 PM
Hi Friends,
We are using AbstractWizardFormController after entering data to search and do successful submit which is _finish it populates results in the bottom of the same page, and all the fields have the data you typed. And now i might want to continue with another search, in some cases most of the data will be same only one or 2 fields probably changed, if i do that its first clearing whole form and resets to fresh page and all the data typed before is gone, in other words, after successfull search (_finish) if you click search button again its doing reset, how can i avoid doing that. i want to be able to search again and again.
please help me
example:
lets say i have text boxes called Name, From, To, submit button called Search
Name: N From: 11-jul-2006 To: 12-jul-2006 Search
if i click search now lets say if it gives me all the records with name starts with n and date falling in the range 11-jul-2006 to 12-jul-2006
so now i want to change name textbox to R and keep same dates and click search again but its clearing all fields if i click search second time
please pelase help me.................
your friend,
nismi
We are using AbstractWizardFormController after entering data to search and do successful submit which is _finish it populates results in the bottom of the same page, and all the fields have the data you typed. And now i might want to continue with another search, in some cases most of the data will be same only one or 2 fields probably changed, if i do that its first clearing whole form and resets to fresh page and all the data typed before is gone, in other words, after successfull search (_finish) if you click search button again its doing reset, how can i avoid doing that. i want to be able to search again and again.
please help me
example:
lets say i have text boxes called Name, From, To, submit button called Search
Name: N From: 11-jul-2006 To: 12-jul-2006 Search
if i click search now lets say if it gives me all the records with name starts with n and date falling in the range 11-jul-2006 to 12-jul-2006
so now i want to change name textbox to R and keep same dates and click search again but its clearing all fields if i click search second time
please pelase help me.................
your friend,
nismi