aspose file tools
The moose likes JSP and the fly likes JSTL TLD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSTL TLD" Watch "JSTL TLD" New topic
Author

JSTL TLD

Rufus BugleWeed
Ranch Hand

Joined: Feb 22, 2002
Posts: 1551
Where can I find the JSTL TLD? IMO Sun is hiding this.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

Have you down-loaded a JSTL implementation? If so, the tld's are in the jar files.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rufus BugleWeed
Ranch Hand

Joined: Feb 22, 2002
Posts: 1551
Thank you. It's in a jar file. But it was not the one I expected.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

What is it you are looking for?
Rufus BugleWeed
Ranch Hand

Joined: Feb 22, 2002
Posts: 1551
I was looking for c.tld. I thought it might have been in jstl.jar but it was in standard.jar. I wanted to know if forTokens, attibute items was rtexprvalue = true. But it's not.
Rufus BugleWeed
Ranch Hand

Joined: Feb 22, 2002
Posts: 1551
rtexpvalues is supported in JSTL. They created two sets of taglibs.
For example, look for c and c_rt.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

Yes, in JSTL 1.0 there are separate TLDs for rt and non-rt tags. This separation goes away with JSTL 1.1.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSTL TLD
 
Similar Threads
from HF page 437, Writing TLD file
c:out problem
problem with tld file
where is jstl's tld file?
Expression Language not supported in compile time attribute items