RE: Please help: Empty form while error

2004-05-10 Thread Kevich Gan
EMAIL PROTECTED]> wrote: Kevich: make sure you don't have a "redirect=true" in your add configuration in struts-config file. If that looks ok, post the relevant portions of the struts-config.xml and someone could maybe spot the problem.. Regards, Geeta > -Original Me

Please help: Empty form while error

2004-05-10 Thread Kevich Gan
Hi, I have an add form and an edit form. I thought I configured both the same style but my edit works well while my add form comes back empty when an error occurs and findforward("error") forward it back to the add form. Of course I'd like to have user's input displayed. Both editSaveAction an

Please help: Empty form while error

2004-05-10 Thread Kevich Gan
Hi, I have an add form and an edit form. I thought I configured both the same style but my edit works well while my add form comes back empty when an error occurs and findforward("error") forward it back to the add form. Of course I'd like to have user's input displayed. Both editsaveAction an