1. What is the return value of the methods doStartTag(), doEndTag()
   respectively doAfterBody() in the support classes TagSupport and
   BodyTagSupport?
2. How do the implementations of doEndTag() differ in the classes
   TagSupport and BodyTagSupport?
3. Is it possible to use the method getPreviousOut() of class
   BodyTagSupport in the implementation of the methods doStartTag() or
   doEndTag() in subclasses of BodyTagSupport? Or can these methods
   only use pageContext.getOut()?
4. Why does the method doInitBody() in class BodyTagSupport not
   include the clause throws JspError?
5. What happend to the method public PageContext getPageContext() in
   class Tag? Why was it deleted?
6. What happened to the method public java.lang.String getTagName() in
   class Tag? Why was it deleted?


volker turau
FH Wiesbaden Fachbereich Informatik
Tel.: +49-611-9495-205 FAX +49-611-9495-210
http://www.informatik.fh-wiesbaden.de/~turau

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