Re: ServletException with Nested Taglib and Template Taglib in Struts 1b1

2002-05-29 Thread Arron Bates
What's the servlet container you're using (and what's the servlet/JSP spec does it run)?... JSP 1.1 doesn't like includes inside tags, JSP 1.2 container should be fine. Arron. DEZALAY david - SOP ( [EMAIL PROTECTED] ) wrote: >Hi all, > >I'm trying to use Nested and Template taglibs in Strut

ServletException with Nested Taglib and Template Taglib in Struts 1b1

2002-05-29 Thread DEZALAY david - SOP ( [EMAIL PROTECTED] )
Hi all, I'm trying to use Nested and Template taglibs in Struts R1B1. It seems it doesn't work together. I have a ServletException in the DoEndTag() method of Insert Tag (Template taglib). If I remove my template stuff in my JSPs (I keep Nested stuff only), it works propertly. Is there someone w