app server authentication - frames

2001-06-08 Thread Gogineni, Pratima

Hi,
I have a question I hoping some one might have some ideas on how to
accomplish this ...
I am using the appsever based authentication - so I have a html page that
login.html. 
now my welcome page is a frame that has two jsp pages in it. unfortunately
when I logon I see the login page in both the frames.

The only way I can think of around this is to have a hidden jsp page as a
welcome page so that this page just redirects to the frames based page if
you are logged on else to the logon page... Does anyone know of any other
way around this?

thanks
pratima

-Original Message-
From: Ted Husted [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 1:55 PM
To: [EMAIL PROTECTED]
Subject: Re: Scratch RowSets


Just as an aside, Oleg:

When I use RowSets as value object beans, the type is determined by the
JDBC metadata. I've been putting some wrappers around that so the
properties have ordinary getters and setters. 

I see that BeanFactory includes code to create tables, but what about
reading tables to create beans?

Oleg V Alexeev wrote:
 
 Hello Ted,
 
 Thank for good stub. Now I am trying to implement such approach in my
 extension to struts - BeanFactoryServlet.



RE: app server authentication - frames

2001-06-08 Thread Abraham Kang


Hi Pratima,

Can you switch to basic authentication?

Another alternative is to change the top frame's location with
JavaScript in the logon page.

--Abraham

 -Original Message-
 From: Gogineni, Pratima [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 08, 2001 3:45 PM
 To: '[EMAIL PROTECTED]'
 Subject: app server authentication - frames


 Hi,
 I have a question I hoping some one might have some ideas on how to
 accomplish this ...
 I am using the appsever based authentication - so I have a html page that
 login.html.
 now my welcome page is a frame that has two jsp pages in it. unfortunately
 when I logon I see the login page in both the frames.

 The only way I can think of around this is to have a hidden jsp page as a
 welcome page so that this page just redirects to the frames based page if
 you are logged on else to the logon page... Does anyone know of any other
 way around this?

 thanks
 pratima

 -Original Message-
 From: Ted Husted [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 08, 2001 1:55 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Scratch RowSets


 Just as an aside, Oleg:

 When I use RowSets as value object beans, the type is determined by the
 JDBC metadata. I've been putting some wrappers around that so the
 properties have ordinary getters and setters.

 I see that BeanFactory includes code to create tables, but what about
 reading tables to create beans?

 Oleg V Alexeev wrote:
 
  Hello Ted,
 
  Thank for good stub. Now I am trying to implement such approach in my
  extension to struts - BeanFactoryServlet.