We go one better than that in our app ... we use a thin client and force the browser to run in Kiosk style, i.e full screen and no OS taskbar visible. (We don't give them a mouse or a keyboard either, all input is by scanner and a touch screen ... it's amazing what Struts can be forced to do if you really want to! :-)
Simon ----------------------------------------------------------------- Simon P. Chappell [EMAIL PROTECTED] Java Programming Specialist www.landsend.com Lands' End, Inc. (608) 935-4526 >-----Original Message----- >From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] >Sent: Friday, October 11, 2002 11:58 AM >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]>