You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Taso Lyristis <ta...@lyrisoft.com> on 2000/07/31 17:46:55 UTC

manually forwarding to JSP error page

Is it possible to forward to my JSP error page from within
ActionBase.perform()?  Does it make sense to do this within the struts
framework?

Thanks,
Taso

Re: manually forwarding to JSP error page

Posted by Taso Lyristis <ta...@lyrisoft.com>.
Taso Lyristis wrote:
> 
> Is it possible to forward to my JSP error page from within
> ActionBase.perform()?  Does it make sense to do this within the struts
> framework?
> 
> Thanks,
> Taso

Please disregard my question.  I see now that what I really should be
doing is something like return mapping.findForward("failure");

Sorry to cause useless traffic;  I'm just now starting to get the hang
of things.