You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Maya Muchnik <mm...@pumatech.com> on 2000/11/07 00:04:48 UTC

run time error using tag lib

Hello,

Who can help me with this error (maybe some package is missing):

java.lang.NoSuchMethodError at
org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java
502)....

Thanks,
MM


Re: run time error using tag lib

Posted by Kees Jongenburger <ke...@framfab.nl>.
look at your
*.tld file
maybe you has somthing like
<teiclass>examples.FooTagExtraInfo</teiclass>
witch might be is non existing.
tei == a way to declare the parameters your
taglib provides in the tagBody.

I had strange errors when playing with it.


-- 
Kees Jongenburger/Java developer/keesj@framfab.nl/NetlinQ Framfab

On Mon, 6 Nov 2000, Maya Muchnik wrote:

> Hello,
> 
> Who can help me with this error (maybe some package is missing):
> 
> java.lang.NoSuchMethodError at
> org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java
> 502)....
> 
> Thanks,
> MM
>