Clever.  I'm gonna try that.

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: October 11, 2002 12:58 PM
To: Struts Users Mailing List
Cc: 'Jon.Ridgway'
Subject: RE: Struts Tag Request




On Fri, 11 Oct 2002, Smith, Johnathan M. wrote:

>
> Not what I am asking on the JSP (the HTML Form URL) I would like struts to
> insert the URI that display this JSP page
>

The only way to do that would be to make all of your forwards do redirects
instead.  This has two nasty consequences -- slower performance because of
the extra round trip, and you lose the ability to use request attributes
to pass information from your business logic to the presentation logic.

My recommendation is to train yourself (and your users) that the URL
displayed in the location bar is absolutely and totally meaningless, and
should be ignored.  For those slow to catch on, I've even been known to
create a frameset with a single frame to run an app in, just so the
location URL doesn't change and distract them.

Craig


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

Reply via email to