Hi, I have two forms in my .jsp page which are connected to one Action class. They both works fine, but when user submit second form, method in action class is called, but no redirection to resulting .jsp page (as defined GOOD in struts.xml) is done ?
This is my (second) form: <s:form action="save" validate="false"> <s:textfield id="value" tabindex="1" label="Value" name="value"/> <s:submit theme="ajax" tabindex="2" cssStyle="submit" cssClass="submit" align="right" value="Save"/> </s:form> and this is from struts.xml: <action name="save" class="myActionClass" method="save"> <result>/pages/firstPage.jsp</result> </action> -- Thx, Milan -- View this message in context: http://www.nabble.com/-S2--Form-doesn%27t-redirect-tp18654630p18654630.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]