Re: Lifecycle of a request object

2002-12-16 Thread Randy Germany
I miscommunicated what I was trying to say. The request object isn't null, but an attribute in the request object doesn't look like it's ever set. This is a bean attribute inside the request object. I guess the real question I need answered is, when a form fails validation, is a new request objec

Re: Lifecycle of a request object

2002-12-16 Thread Randy Germany
Thanks for the response. What I'm trying to do is validate the page using the struts validate method which I have overridden. In using System.out.printlns() to debug the application, the validate receives the ActionMapping object and HttpServletRequest objects as arguments. If I do a printout of t