RE: taglib - O'Reilly tutorial problem

2004-05-18 Thread Zollinhofer, Matt
Yeah, I was a little concerned about the date as well. Do you have any suggestions for basic, up to date, solid examples/tutorials that I could run to a) make sure everything in my Tomcat server is working correctly b) increases/broadens my knowledge of what goes into typical to difficult web

Re: taglib - O'Reilly tutorial problem

2004-05-18 Thread Filip Hanik - Dev
have the same signatures as A does Filip - Original Message - From: Zollinhofer, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:11 AM Subject: RE: taglib - O'Reilly tutorial problem Yeah, I was a little concerned about the date as well. Do

Re: taglib - O'Reilly tutorial problem

2004-05-18 Thread QM
On Tue, May 18, 2004 at 10:11:21AM -0400, Zollinhofer, Matt wrote: : Do you have any : suggestions for basic, up to date, solid examples/tutorials that I could : run to a) make sure everything in my Tomcat server is working correctly : b) increases/broadens my knowledge of what goes into typical

taglib - O'Reilly tutorial problem

2004-05-17 Thread Zollinhofer, Matt
I am running Tomcat 5.0.1.9 on OS X. I found an O'Reilly tutorial online (http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html) which I always find helpful. Following the tutorial, I got basic jsp/servlets working. The last part of the tutorial is creating custom tags, and when I

taglib - O'Reilly tutorial problem

2004-05-17 Thread Tom . Williams
Return Receipt Your taglib - O'Reilly tutorial problem document

Re: taglib - O'Reilly tutorial problem

2004-05-17 Thread QM
On Mon, May 17, 2004 at 01:49:18PM -0400, Zollinhofer, Matt wrote: : The last part of the tutorial is creating custom tags, and when I : implement that part of the tutorial, I receive a : javax.servlet.ServletException: : javax.servlet.jsp.tagext.TagInfo.init(...) exception. Googling the : error

RE: taglib - O'Reilly tutorial problem

2004-05-17 Thread Zollinhofer, Matt
PROTECTED] Sent: Monday, May 17, 2004 2:12 PM To: Tomcat Users List Subject: Re: taglib - O'Reilly tutorial problem On Mon, May 17, 2004 at 01:49:18PM -0400, Zollinhofer, Matt wrote: : The last part of the tutorial is creating custom tags, and when I : implement that part of the tutorial, I

Re: taglib - O'Reilly tutorial problem

2004-05-17 Thread QM
I just got another look at that exception: it's from the TagInfo class, not the tag itself. If the TagInfo ctor is choking, I'd check the tld itself. The only other thing that comes to mind is the article's date -- it's a couple of years old (2001), and there have been changes in both the JDK