----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!
We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.
Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------
> Any pointers? Can't use JSP. Can't use Javascript.
> The one real solution I got was from Henner Zeller
> who suggested that I use his PageParser.process()
> method. But this is pretty much identical (in effect)
> to using chaining.
Like I said, there are other ways to do the same thing without having to
hack the server to do it.
As henner pointed out, there is his method. There are also servlet design
methods...such as using Class.forName() to load and execute the JSP classes
directly.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]