open new window from struts page, leaves [object] in parent window

2004-02-18 Thread Martin Alley
Hi, I guess this has been asked before, but I can't find the answer.. I've got a struts generated page, from which I want to open a new window. I do this with the following line, and I get my new window just like I want a href=javascript:window.open('%=

RE: open new window from struts page, leaves [object] in parent w indow

2004-02-18 Thread Martin Alley
-jayash -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: open new window from struts page, leaves [object] in parent window Hi, I guess this has been asked before, but I can't find

???working example of form based jaas auth in struts application???

2004-02-24 Thread Martin Alley
Has anyone got such a thing? Thanks Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

form based auth and session timeout and post data

2004-03-25 Thread Martin Alley
Hi, I've got a struts based app using form based authentication (started out as xpetstore). I have a situation where if I'm on a web form protected by role based security, and the session times out, and then I submit the form, I get to the login page, login, but then the original form data is

RE: form based auth and session timeout and post data

2004-03-25 Thread Martin Alley
into the app security. What does xpetstore say it's meant to do? Have you checked the filter's javadoc? Adam On 03/25/2004 10:07 PM Martin Alley wrote: Hi, I've got a struts based app using form based authentication (started out as xpetstore). I have a situation where if I'm on a web form

How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
Hi, Suppose I've got a web based form that posts data to an action, and I have that action protected by container form based authorization - how does the ActionForm data get through. I have a situation like this, and my ActionForm is empty after I've been through the form-based login page. One

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 09:41 To: [EMAIL PROTECTED] Subject: How does ActionForm data pass through container called form based login page? Hi, Suppose I've got a web based form that posts data to an action, and I have that action protected

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
? At 1:59 PM + 3/26/04, Martin Alley wrote: Well I've just simplified by login form - plain html - no struts stuff going on. I've also simplified the filter so detects a fresh logon and starts a session accordingly - no longer any redirecting to LoginAction. However the critical behaviour

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
login // login success // redirect to REDIRECT_URI } } Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 8:59 AM To: 'Struts Users Mailing List' Subject: RE: How does

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
I think I need to do some simple test cases - with and without struts. Martin -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 15:20 To: Struts Users Mailing List Subject: RE: How does ActionForm data pass through container called form based login

RE: How does ActionForm data pass through container called form based login page?

2004-03-26 Thread Martin Alley
); Chain.doFilter(newreq, response); } } Thanks -- pady [EMAIL PROTECTED] -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:35 AM To: 'Struts Users Mailing List' Subject: RE: How does ActionForm data pass through container called