Hi Kevin,

I just wish that your message came to me about four hours ago, I have been
trying to do it over and over unsuccessfully through doInitBody and
doAfterBody methods.

Do you have any suggestions on how can this be accomplished? It is
unrealistic to create 1000+ pages out of the database. The custom syntax for
the database records makes it alot easier to create very complicated HTML
code.

Any help is really greatly appreciated.

Pierre

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Jones
Sent: November 24, 1999 11:42 AM
To: Orion-Interest
Subject: RE: taglib question


Pierre,

if I understand your question you are asking if a tag can output 'JSP' into
the stream that is further processed by the JSP engine. I would say no. The
JSP page is pre-processed by the JSP engine (including custom tags) and a
servlet produced - the output of that servlet (typically HTML) is sent back
(modulo chaining which is discouraged) to the requesting client - the JSP
engine doesn't see it,

Kevin

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to