<jsp:forward page="foo.jsp"/>

or

<jsp:forward page="foo.html"/>

opens that new page. Nothing special about it...
Just try it.

For example:

<% if ( whatever ) { %>
<jsp:forward page="what.jsp"/>
<% } %>


Ciao

Thomas


------------------------------------------------------
Firma Thomas Eichberger - Software und Schulungen

A-1230 Vienna, Austria    phone/fax/box: +43-1-8861685
http://www.java.at        e-mail: [EMAIL PROTECTED]

> -----Ursprüngliche Nachricht-----
> Von: A mailing list about Java Server Pages specification and
> reference
> [mailto:[EMAIL PROTECTED]]Im Auftrag von wildwolf horse
> Gesendet: Sonntag, 2. April 2000 17:31
> An: [EMAIL PROTECTED]
> Betreff: About "forward" action
>
>
> Hi There:
>
> Any one can introduce  some skill  of "forward"
> action?
>
> I wanna forward the request to another page.
>
> It is said it should be like that
> <jsp:forward page="/****/filename.jsp"/>. It seems
> only errorpage can work?
>
> Can I forward to a *.html file? How I transfer the
> message to  html file.
>
> Thanks a lot.
>
> Smart
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.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

===========================================================================
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