I have been reading some documentation on Struts. One thing I am not clear about is how is the data sent back from Servlet to the view?
> In descriptive form the question is: > > View -> Servlet -> ActionForm -> Action -> ActionForward -> JSP / HTML > > The question is how do we send the data between ActionForward and JSP. I > believe it will be ActionForm if the validation fails. If the validation > doesn't fail then it has to be a class derived from ActionForm so that it > is transparent to the view. Is that so? Where do we specify which class is > used for sending the data to the view? Is that part of the Action code? > > Cheers > > Rajeev Agrawal > Tel: 212-429-3216 > If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

