RE: tag error

2001-08-14 Thread Jacobs, Tim W

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





tag error

2001-08-14 Thread Jacobs, Tim W

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



taglib problems

2001-08-08 Thread Jacobs, Tim W

I'm having a problem with tags. They seam to work with the example foo.jsp
as long as I leave the file alone. But if I cause the file to be updated, I
get the following error in my browser window:

Error: 500
Location: /examples/jsp/simpletag/foo.jsp
No detailed message

and this error in the stderr window:

java.lang.NoSuchMethodError

I'm not making any change to foo.jsp. I get this, for instance, if I load
foo.jsp into Notepad, insert a space, then delete the space, then write the
file back.

Any ideas?

Thanks,
Tim