Thanks Rob,
There seems to be something more sinister going on. I get the same error if
I simply copy the example "foo.jsp" file (in the distribution in the
jsp/simpletag directory) to foo1.jsp. In other words, foo.jsp works but
foo1.jsp does not. And all I'm doing is a file copy!
Tim
-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: tag error
I can't say that I've seen this SPECIFIC error before, but if it's trying to
create an attribute and you're getting a "NoSuchMethodError" it looks like
you have an attribute in a custom tag, but not corresponding setter in the
tag class. Or maybe no description of the attribute in your TLD.
- r
On Tue, 14 Aug 2001 10:25:26 -0400 [EMAIL PROTECTED] wrote:
> I'm running Tomcat 3.1 with JDK 1.3 on win2000. I get the following error
> on one of my applications:
>
> Unhandled error! You might want to consider having an error page to report
> such errors more gracefully
>
> java.lang.NoSuchMethodError
> at
>
org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfo
> Impl.java:502)
>
> Any ideas on what might be wrong?
>
> Thanks,
> Tim