On Wed, Apr 13, 2011 at 8:49 AM, Eric Lentz wrote:
> I totally agree with your analysis of the operation of a validation error /
> input page. I don't believe that's what is happening though. I ran Struts in
> debug mode and stepped through where it was getting tripped up and it fails
> very early in the cycle, when it is reading the JSP.

It's not going to execute the JSP unless there's a reason to.
Something's sending it back to the JSP. Rendering the JSP is the last
thing it does during action execution, after type conversion, after
validation. It's not going to execute the JSP that requires the list
unless there's an execution path that requires it--so there's either a
type conversion/validation error, or you explicitly send it to that
JSP before initializing the list.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to