RE: Action -> nothing

2004-04-21 Thread Nathan Ewing
"); If (action != null && action.equals("process")){ //Do Stuff return (mapping.findForward("display")); } -- Nathan -Original Message- From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 10:55 AM To: '

RE: Action -> nothing

2004-04-21 Thread MARU, SOHIL (SBCSI)
Users Mailing List' Subject: Action -> nothing I was wondering if there's any chance to create an action that do some processing and then return to the same page it was called. Thanks, Julio - To unsubscribe, e-mail

Action -> nothing

2004-04-21 Thread Julio Cesar De Salvo
I was wondering if there's any chance to create an action that do some processing and then return to the same page it was called. Thanks, Julio