On Tue, 31 Jul 2001, Morten Raahede Knudsen wrote:

> This is concerning the JSPTL taglib.
> This might be a newbie question, but howcome
> the tags 'tagclass' and 'bodycontent' in the .tld file have been split up to
> <tag-class> and <body-content>?
> 
> Resin doesn't seem to accept it.

The hyphens tend to distinguish JSP 1.2 TLD elements (versus JSP 1.1 TLD
elements).  The JSP 1.2 TLD has hyphens in elements like 'tag-class' and
'body-content'; the JSP 1.1 TLD doesn't.

Shawn

Reply via email to