Do you have onsubmit or other JavaScript attributes set that could interfere with the submit or that require interaction with the combo boxes before submit? You might want to post your (JSP) form code.

Erik


Vamsee Kanakala wrote:

Hello Guys,

I have a normal action class called PrepareFacultyEntryAction which basically retrieves some data from the database, and forwards it to a jsp page. I have a couple of <html:options> which are filled by an arraylist of label value beans. So far so good. The user selects something, and hits submit. Which will be submitted to another Action class called FacultyEntryAction which has a Validator form (the previous action class also uses the same formclass, but with validate="false", so that it won't validate the first time around) and does some validations (this time, I set validate="true" in the action mapping).

But, when I submit to this Action class, all I'm seeing is a jumble of javascript written across the browser (and execute is not being called). Surprisingly, if I remove the two <html:options> tags, then it shows up correctly. The validations work, and the class is submitting properly. But if I put those two <html:options> tags, everything blows up. I'm completely lost. Please help.

TIA,
Vamsee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to