-none- 2007-09-03 - By Hari Prasad
Back
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..
<@(protected) id="login_box_ajx" theme="ajax">
<@(protected) action="login" name="login_form" id="login_form" method="POST" theme="ajax"> <@(protected) name="test" value="checkthis"/> <@(protected) theme="ajax" formId="login_form" name="Go" targets="login_box_ajx" tooltip="Go"> /go_button.gif </@(protected)> </@(protected)>
</@(protected)>
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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|