RE: Need Solution to authenticated webpages and forms

2004-05-04 Thread Pleasant, Tracy
List Subject: Re: Need Solution to authenticated webpages and forms On Mon, May 03, 2004 at 05:43:03PM -0400, Pleasant, Tracy wrote: : The form that I am using has a lot of drop down boxes (basic numbers : which I created functions with javascript). However, if the user hits : submit and comes

RE: Need Solution to authenticated webpages and forms

2004-05-04 Thread Pleasant, Tracy
I think I may have found a solution to the problem. If I works I'll post here. -Original Message- From: Jonathan Wright [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 8:58 PM To: Tomcat Users List Subject: Re: Need Solution to authenticated webpages and forms I'm not 100% sure

RE: Need Solution to authenticated webpages and forms

2004-05-04 Thread Pleasant, Tracy
:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 8:58 PM To: Tomcat Users List Subject: Re: Need Solution to authenticated webpages and forms I'm not 100% sure this is going to help you much but it may be worthy of consideration if you're going to be implementing this kind of thing often. Have you

Need Solution to authenticated webpages and forms

2004-05-03 Thread Pleasant, Tracy
I was able to set up basic authentication through tomcat for a directory my webapps/myapp directory contains file that are open for everyone my webapps/myapp/admin directory contrains protected pages When I use forms in the webapps/myapp directory, hitting the back button on the

Re: Need Solution to authenticated webpages and forms

2004-05-03 Thread Jonathan Wright
back button add some meta tags to prevent the page from being cached. Jonathan. - Original Message - From: Pleasant, Tracy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 9:43 AM Subject: Need Solution to authenticated webpages and forms I was able to set up basic

Re: Need Solution to authenticated webpages and forms

2004-05-03 Thread QM
On Mon, May 03, 2004 at 05:43:03PM -0400, Pleasant, Tracy wrote: : The form that I am using has a lot of drop down boxes (basic numbers : which I created functions with javascript). However, if the user hits : submit and comes to a confirmation page then they will have to go back : to the form and