RE: Action -> nothing

2004-04-21 Thread Nathan Ewing
Just create an action. The first time the action is called have it do: return (mapping.findForward("display")); In the jsp code, when you specify the form tag do: It will then go back to the original form with a parameter added: String action = request.getParameter("action"); If (action != n

RE: Action -> nothing

2004-04-21 Thread MARU, SOHIL (SBCSI)
Sure, just send it to an action and in the targets you can specify which page to goto depending on whether you want it to go to the same page or a new one. -Original Message- From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 9:55 AM To: 'Struts Users Ma