I use 1 frame as my index.html to hide URL as users browse the site:

<html>
<head>
<title>Site Name</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset framespacing="0" border="0" frameborder=No rows="100%,*"> 
  <frame name="mainFrame" src="jsp/index.jsp">
</frameset>
<noframes><body bgcolor="#FFFFFF">

</body></noframes>
</html>

-----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]>



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.



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

Reply via email to