I'm not sure I agree with training users that the url is meaningless. This goes against everything people know about browsing. They use urls for bookmarks, look at the list in there address bar for one they recognize, etc. You could train internal people but for internet sites this seems unreasonable.
I don't like the frames approach because then you can't bookmark any pages. This is really frustrating for people. Also, redirects aren't much slower than forwards so I use them when I want to make sure the user doesn't get confused and repost form data. This seems easier to me than training millions of people :-). Dave >From: "Craig R. McClanahan" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >CC: "'Jon.Ridgway'" <[EMAIL PROTECTED]> >Subject: RE: Struts Tag Request >Date: Fri, 11 Oct 2002 09:58:06 -0700 (PDT) > > > >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]> _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>