aspose file tools
The moose likes JSP and the fly likes jsp 2.0  taglib invoke Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp 2.0  taglib invoke" Watch "jsp 2.0  taglib invoke" New topic
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
    
  14

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
    
  14

A link to the JSP Specification can be found in the JSP FAQ.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jsp 2.0 taglib invoke
 
Similar Threads
JSTL inside tag
Taglib that translates into a series of other taglib calls
[jsp:getProperty} as RTExpr
Doubt on Tags
Tag Handler - how to capture body of a tag?