[HELP!!] Tomcat 4.13 PageContextImpl.popBody() Exception

2002-07-13 Thread Jacob Hookom
The taglib I wrote for 4.04 isn't working correctly in 4.13 (big surprise). Struts 1.1b executes fine in 4.13. In my tag library, I use the method: this.findAncestorWithClass( this, Class.forName(some.Tag) ); This is done get the parent tag and modify its properties. This works fine in 4.04,

Re: [HELP!!] Tomcat 4.13 PageContextImpl.popBody() Exception

2002-07-13 Thread Remy Maucherat
Jacob Hookom wrote: The taglib I wrote for 4.04 isn't working correctly in 4.13 (big surprise). Struts 1.1b executes fine in 4.13. In my tag library, I use the method: this.findAncestorWithClass( this, Class.forName(some.Tag) ); This is done get the parent tag and modify its properties.