Hi, I used simple ajax form submission in my application and it worked in both Mozilla and Internet Explorer. and now, I shifted to DOJO and my form is like this..
<@s.div id="login_box_ajx" theme="ajax"> <@s.form action="login" name="login_form" id="login_form" method="POST" theme="ajax"> <@s.hidden name="test" value="checkthis"/> <@s.a theme="ajax" formId="login_form" name="Go" targets="login_box_ajx" tooltip="Go"> /go_button.gif </@s.a> </@s.form> </@s.div> all I want to do is to submit the form and return some data and put it into the div. Its working in Mozilla , but not if IE , the request parameters are not comming in IE. can anyone suggest me what to do? -- View this message in context: http://www.nabble.com/dojo-form-submission-not-working-in-IE-tf4370786.html#a12457717 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]