Navigating back to a previous page

2005-08-27 Thread jonathan gilmore
I have a common screen that is navigated to by many other screens. Does Struts have support for remembering the previous screen so that my common screen needs only one 'back' button to return the user to their original location? I have looked through the docs and havn't found anything.

RE: [OT] RE: CSS not working with JSF

2005-08-27 Thread David G. Friedman
You should join us over at the myfaces.apache.org user list to discuss JSF. Regards, David -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 4:19 AM To: 'Struts Users Mailing List' Subject: [OT] RE: CSS not working with JSF This is a Struts

Re: Navigating back to a previous page

2005-08-27 Thread Manfred Wolff
http://www.manfred-wolff.de/struts/articles/HowTo-Back.html jonathan gilmore schrieb: I have a common screen that is navigated to by many other screens. Does Struts have support for remembering the previous screen so that my common screen needs only one 'back' button to return the user to

mailreader logon bugs

2005-08-27 Thread chhum
Bugs in the struts mailreader example app. I've found a couple of small bugs in the logon page for the struts mailreeader app and was wondering if anyone knew what to do about them. The first is a message problem. If you enter a user name of, say, abc, and password of say 1, the minimum length

Re: mailreader logon bugs

2005-08-27 Thread Martin Gainty
Chhum in ApplicationResources.properties errors.minlength={0} can not be less than {1} characters. did you(r validator) make sure your {0} and {1} parameters are NOT Null ??? Martin- - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org

Re: Navigating back to a previous page

2005-08-27 Thread Martin Gainty
Javascript:go.history(-1) will accomplish this.. but beware you will lose the contents of the previous form Unless you know of a way to retain all the information by pressing/clicking the back button ? M- - Original Message - From: Leon Rosenberg [EMAIL PROTECTED] To: 'Struts Users

Re: mailreader logon bugs

2005-08-27 Thread Wendy Smoak
From: [EMAIL PROTECTED] Bugs in the struts mailreader example app. I've found a couple of small bugs in the logon page for the struts mailreeader app and was wondering if anyone knew what to do about them. What version? There's an open bug for the nightly builds: