Hi, i have a <s:div> tag and i can load its content asynchronously via ajax. This content is a simple form that i would submit after filling its fields. Submitting works in FF but not in IE. I achieve error messages from my validator that i should fill the required fields...
Here is the code how the form will be loaded: <s:url id="ajaxCallUrl" value="loginview.mo"></s:url> <s:div theme="ajax" href="%{ajaxCallUrl}" id="loginbox"></s:div> And here is my form: <s:form action="/login.mo" validate="false" cssClass="standardbox_side" cssStyle="margin: 0; padding: 0; " id="loginid" method="POST"> <s:textfield key="username" name="username" cssClass="inputform" required="true" requiredposition="right" maxlength="30" labelposition="top" /> <s:password key="password" name="passphrase" cssClass="inputform" required="true" requiredposition="right" maxlength="32" labelposition="top" /> <s:submit cssClass="btn mb10 clr fr" value="Login" targets="loginbox" theme="ajax"/></s:form> Thanks, beroba -- View this message in context: http://www.nabble.com/submit-of-a-loaded-form-via-ajax-won%27t-work-in-IE-tf4041926.html#a11482414 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]