If I understand your question properly:

In JSP1.0 you could use response.sendRedirect("the jsp page url"), the url
could change, as the conditions are met in the servlet.

kgp

Jose E Herrera wrote:

> Does anyone know of a way to compile a JSP into a class that can be invoked
> by methods within a single servlet.
> For example:
>      let's say I have 5 JSPs (we'll keep the # low for now), I have one
> point of entry to my application, one servlet.
>      So, what I want to be able to do is call any of these JSPs, as objects
> from my doget method in my entry point servlet.
>
> Has anyone done somthing similar?
>
> Thanks,
>
> Jos
>
>   ------------------------------------------------------------------------
>
> �

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to