| Author |
jsp 2.0 taglib invoke
|
Ranadhir Nag
Ranch Hand
Joined: Mar 09, 2006
Posts: 138
|
|
I am trying to find the conceptual equivalent of the JSP 2.0 tag file jsp:invoke directive,in the earlier tag handler set-up. Was there any concept of invoking fragments in custom tags prior to JSP 2.0 tag files?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
No. The whole concept of a JSP fragment is new with JSP 2.0.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ranadhir Nag
Ranch Hand
Joined: Mar 09, 2006
Posts: 138
|
|
|
If possible,please post a link to any write-up on what these fragment are;and what do they provide over and above.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
A link to the JSP Specification can be found in the JSP FAQ.
|
 |
 |
|
|
subject: jsp 2.0 taglib invoke
|
|
|