posted 19 years ago
Hi, I'm developing an application using ActionForms to validate the input values typed by the user...what I want to do is keep the user input data when validate method fails! I don't want that all the input fields get blank when the user submits the jsp...I want to load the previous values instead.
Thanks in advance!