aspose file tools
The moose likes JSP and the fly likes Classic Tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Classic Tags" Watch "Classic Tags" New topic
Author

Classic Tags

varun prakash
Greenhorn

Joined: Oct 12, 2006
Posts: 17
Can I do pageContext.getOut().print("Something") inside doAfterBody() method of classic tags?

My question is "Can I print something inside doAfterBody()"
(or)
Can i do only setting Attributes inside doAfterBody()?


SCJP - 98%<br />SCWCD - 89%
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

"varun JV",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Classic Tags
 
Similar Threads
List of questions..
Is this correct?
EVAL_BODY_BUFFERED question
doAfterBody() in custom Tags
doAfterBody()