Re: Frame annoyance

2002-07-25 Thread Craig R. McClanahan
On Thu, 25 Jul 2002, Nikola Milutinovic wrote: Date: Thu, 25 Jul 2002 07:31:49 +0200 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Frame annoyance That is perfect. I was hoping to avoid

Frame annoyance

2002-07-24 Thread Rick Fincher
Hi, I have a webapp that uses Tomcat login security and html frames. If a user's session times out, and the user tries to access the webapp Tomcat calls the login page as expected. The problem is that the old frame is still in the browser and the login page appears in whichever frame was last

RE: Frame annoyance

2002-07-24 Thread Mike Jackson
I think the answer is javascript. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Rick Fincher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:37 PM To: Tomcat Users List Subject: Frame annoyance Hi, I have a webapp that uses Tomcat login security

Re: Frame annoyance

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Rick Fincher wrote: Date: Wed, 24 Jul 2002 18:37:19 -0400 From: Rick Fincher [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Frame annoyance Hi, I have a webapp that uses Tomcat login security

Re: Frame annoyance

2002-07-24 Thread Rick Fincher
Thanks Craig, That is perfect. I was hoping to avoid JavaScript, but I couldn't find any other way. Thanks again! Rick - Original Message - On Wed, 24 Jul 2002, Rick Fincher wrote: Hi, I have a webapp that uses Tomcat login security and html frames. If a user's session

Re: Frame annoyance

2002-07-24 Thread Nikola Milutinovic
That is perfect. I was hoping to avoid JavaScript, but I couldn't find any other way. We ran into this exact issue with the admin webapp in Tomcat 4.1.x (which also uses frames), and solved it by adding the following to the top of the login page: script language=JavaScript