You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Michael Duffy <du...@yahoo.com> on 2003/06/06 20:39:38 UTC

Re: Forwarding request

If you're using a front controller, I'd suggest having
all your JSPs submit their forms to the servlet.  Let
the servlet perform the necessary calculations in the
back and use RequestDispatcher.forward() to send the
response to the appropriate page.

--- Karsten Wutzke <kw...@starconcept.de> wrote:
> How do I best forward requests to a servlet from a
> JSP page? Can I use 
> the <c:redirect> or should I stick to the standard
> <jsp:forward> tag?
> 
> Thanks!
> 
> Karsten
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> taglibs-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> taglibs-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org