You can set redirect=true to use a redirect instead of a forward. Then your users will see your home.jsp in their address bar and a refresh will refresh home.jsp.
Robert Nocera New England Open Solutions www.neosllc.com "You supply the Vision. We will do the rest." � -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 10:21 AM To: [EMAIL PROTECTED] Subject: An url problem hello everybody i have the followinfg problem and i have no idea to solve it I have an action called cashaction In my JSP i enter a double in a form then i submit it to the cashaction It called cashaction.do then forwarde to the home But in my browser the url is not "home.jsp" but cashaction.do" so when i refresh the home it called an other time cashaction So how can i do to avoid the problem ? Thanks for your help Best Regards -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

