Retaining Textbox values even after form submit

2004-04-17 Thread Nilesh
In my Struts application I am implementing Search, It is working fine with the relevant results being displayed. In the result page I again have the same SearchForm. The user can search any number of times because he is always provided with SearchForm. I want to retain (display ) the last

RE: Retaining Textbox values even after form submit

2004-04-17 Thread Khalid K.
PROTECTED] Sent: Monday, February 16, 2004 1:57 AM To: Struts Users Mailing List Subject: Retaining Textbox values even after form submit In my Struts application I am implementing Search, It is working fine with the relevant results being displayed. In the result page I again have the same

Re: Retaining Textbox values even after form submit

2004-04-17 Thread Craig McClanahan
Nilesh wrote: In my Struts application I am implementing Search, It is working fine with the relevant results being displayed. In the result page I again have the same SearchForm. The user can search any number of times because he is always provided with SearchForm. I want to retain (display )