RE: Servlet Validation

2002-08-20 Thread Galbreath, Mark
Create a blank index.html page in the /host/account directory that redirects to index.jsp in a META tag with the URL /do/index and the user will be directed to any path and bean defined for that path in struts-config. Mark -Original Message- From: David Graham [mailto:[EMAIL

RE: Servlet Validation

2002-08-20 Thread David Graham
Thanks, I thought of a better variation of that technique though. The w3c recommends not using the meta refresh because of accessibilty and browser variation. I'll put an index.jsp with a single redirect statement in it to index.do. This way, it's using actual http header redirects instead

RE: Servlet Validation

2002-08-20 Thread Galbreath, Mark
TAMTOWTDI! Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 11:13 AM Thanks, I thought of a better variation of that technique though. The w3c recommends not using the meta refresh because of accessibilty and browser variation.

Re: Servlet Validation

2002-08-20 Thread John Owen
An acronym a day keeps the Project Manager at bay. - Original Message - From: Galbreath, Mark [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 10:17 AM Subject: RE: Servlet Validation TAMTOWTDI! Mark -- To unsubscribe, e-mail

RE: Servlet Validation

2002-08-19 Thread Todd G. Nist
David, Look at using a filter or the better yet the SecurityFilter project by Max Cooper which mimics container managed security. SecurityFilter information can be found at: http://securityfilter.sourceforge.net Hope that helps. Regards, Todd G. Nist -Original Message- From: David

Re: Servlet Validation

2002-08-19 Thread V. Cekvenich
Good link. Thanks, Vic Todd G. Nist wrote: David, Look at using a filter or the better yet the SecurityFilter project by Max Cooper which mimics container managed security. SecurityFilter information can be found at: http://securityfilter.sourceforge.net Hope that helps. Regards,