Hi everyone,

I had some questions about URL redirection using JSP Custom tags.
Basically I want to create a conditional tag that writes a page if a
condition is met and if not redirects to another page.

Supposedly if the page to redirect to is a jsp page, you can use the
pageContext.forward("my_other_jsp.jsp"); command. However, this is
usually used within a the jsp page itself and "return;" should be called
therafter. Does this mean I cannot use the PageContext.forward() method
within a JSP Tag?

Thanks in advance,

Gabe Zimmerman
groundzero.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to