Can't place JSP beneath WEB-INF in WebLogic 6.0

2001-08-31 Thread Luna, Katherine
Title: Can't place JSP beneath WEB-INF in WebLogic 6.0 Hi all. After reading the new Struts Catalogue, I would like to move all my jsp's beneath WEB-INF. However, as soon as I do that, WebLogic can't seem to find them. My struts-config.xml looks like this: !-- Process a user logon --

RE: How to remove global ActionErrors?

2001-08-31 Thread Luna, Katherine
Title: RE: How to remove global ActionErrors? Thank you, that works wonderfully :) kat -Original Message- From: Ed Milic [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 11:52 AM To: [EMAIL PROTECTED] Subject: Re: How to remove global ActionErrors? Hi Katherine, The

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Luna, Katherine
Title: RE: STRANGE: session.invalidate() is not invalidating the session I also am suffering from this problem. I have the user object in the session, and each jsp page except the logon.jsp checks the session. This prevents display of any page EXCEPT the one immediately following the login

Using Bean properties as MessageTag args

2001-08-27 Thread Luna, Katherine
Title: Using Bean properties as MessageTag args Hi all, I am trying to display a report heading that incorporates the properties reportResult.startDate and reportResult.endDate into a custom bean:message tag like this: bean:message key=report.heading arg0= arg1= / where arg0 is