Correct, if you forward to a jsp, it will display the compile jsp servlet. If you forward to a do, then it will look for that action in your actions-config.xml and execute the appropriate action class.
This allows you to chain actions together. HTH, Pete >What' s the difference between a forward to jsp or to do ? > >In case of forward to jsp just servlet compiled from the jsp file will >be called. Am I right ? > >What will happen if I forward to *.do ? > >regards, >Maris > > ><global-forwards> > <forward name="logon" path="/logon.jsp"/> > <forward name="logoff" path="/logoff.do"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>