Hello everybody. I have implemented an action with a "prepare()" "update()" and a "validate()" method.
I have mapped it like: <action name="updateUserData" class="userDataAction" method="update"> <result name="input">/WEB-INF/pages/configuracion_cliente.jsp</result> <result name="success" type="redirectAction">mainMenu</result> <result name="cancel" type="redirectAction">mainMenu</result> </action> I added it to the menu, and when i enter, its executed all methods (prepare() - update() - validate()) and it returns to the mainmenu, without ever display my jsp. What i'm doing wrong? Cheers. -- View this message in context: http://appfuse.547863.n4.nabble.com/Problem-on-view-jsp-action-tp2222063p2222063.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net