hi sanjeev,
   i am amit and i read ur problem.
   i am writing here some methods which are related to
body.

   1. public int doAfterBody() throws JspError
      this method is invoked every time after the body
is evaluated.

   2. public int doInitBody() throws JspError
      this method is invoked every time before the
body is evaluated.

   3. public void setBodyContent(BodyContent bc)
      this method specifies a BodyContent object that
will be used in conjuction with the evaluation of a
tag's body.




__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to