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

Reply via email to