Is there a limitation on when/where you can use the <s:submit..> tag to invoke action/methods in a namespace?
This works: <s:form action="gradeQuiz" namespace="quiz" method="score"> <s:submit key="gradeMe"/> This does not: <s:form> <s:submit key="gradeMe" action="gradeQuiz" method="score"/> -- View this message in context: http://www.nabble.com/Strange-namespace-action-scenario-tp15780694p15780694.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]