RE: Session variables using Struts tag in JSP

2004-10-20 Thread Shabada, Gnaneshwer
I know now the hard way :-) Thanks anyways Gnan -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 10:41 AM To: [EMAIL PROTECTED] Subject: Re: Session variables using Struts tag in JSP Based on the error message, it looks like you'r

Re: Session variables using Struts tag in JSP

2004-10-20 Thread Jeff Beal
Based on the error message, it looks like you're using the tag correctly, but the attribute isn't being set correctly. I can't see anything wrong in the code that you've included. Forgive me for asking this, but are you sure your Action class is being called? Shabada, Gnaneshwer wrote: Can so