|
10th Oct 2007 01:38:25 AM |
liveforsuccess
|
value being constant on page refresh |
|
| |
Hi All, I am having x.jsp with multi textboxes. I had written an onblur event for a textbox to call y.jsp and returns back to the same x.jsp...... Now after returning to the same x.jsp,I am not able to see the textbox value which triggered the event as it is refreshed upon action. Does my problem be solved using ajax....if yes plz lemme know... please help me out..
Thanks and Regards Kishore |
| |
|
|
|
| |
| # 11th Nov 2007 10:49:30 AM |
javaguru2k2
|
| |
| Which method you are using to send back to x.jsp. Is it sendredirect or forward. If it is forwad then you have to check the request object and set the values to the text boxes. But if u r using the collection of objects then it is not possible. In struts this problem can be solved by mapback form properties. |
| |
|
|
|