Is this what you are looking for? ....

 ActionForward cleanDisplay= new ActionForward("/myAction.do?");
 cleanDisplay.setRedirect(true);
 return cleanDisplay;     


put that in your action and run it.

-Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to