RE: logic:redirect not working (problem with dynamic jsp:include?)

2004-06-23 Thread Kris Schneider
construct. > > So, there appears to be a problem with using logic:redirect in a dynamically > included JSP? > > Any ideas? > > > TIA - Adam > > > -Original Message- > From: Adam Lipscombe [mailto:[EMAIL PROTECTED] > Sent: 23 June 2004 13:48 > T

RE: logic:redirect not working (problem with dynamic jsp:include?)

2004-06-23 Thread Adam Lipscombe
Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: 23 June 2004 13:48 To: 'Struts Users Mailing List'; 'Struts Users Mailing List' Subject: logic:redirect not working Folks, I am trying to implement a simple login gate to ensure a user is logged in.

logic:redirect not working

2004-06-23 Thread Adam Lipscombe
Folks, I am trying to implement a simple login gate to ensure a user is logged in. My code is below. When a user is logged in successfully a session attribute named "userContext" is present, and this has a property named "user". There is a global forward called "login" LoginGate.jsp: <%@ t