hi, actually i saw one example in book.In that they have created tag handler which extends BodytagSupport.in that class they r using directly instance reference (bodyContent is its name)of Bodycontent class in doEndTag() method without creating it.can anybody explain me how it is possible?is jsp engine creating instance for us? thanks.
P Chittaranjan
Ranch Hand
Joined: Feb 09, 2006
Posts: 47
posted
0
Hi Prajakta, BodyTagSupport class has the member variable defined as follows.