Solved: Re: Problems with Tomcat and nested:iterate + jsp:include

2003-12-12 Thread Rouven Gehm
Mailing List [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 4:57 PM Subject: RE: Problems with Tomcat and nested:iterate + jsp:include Tomcat had its JSP engine (Jasper) rewritten for version 4.1.x and is naturally a part of 5.x. It was a completely different beast, and the way the nested

Re: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Rouven Gehm
, December 11, 2003 3:34 AM Subject: Re: Problems with Tomcat and nested:iterate + jsp:include Rouven, What Struts version are you running? Arron. Hi there, hope someone has a clue, why this doesn't work with Tomcat, but works with Resin : I have a tile, where i want to show

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Lucas
- From: Rouven Gehm [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 12:18 AM To: Struts Users Mailing List Subject: Re: Problems with Tomcat and nested:iterate + jsp:include Well the WSAD build in version, which is 1.1beta2. But is it a Struts problem, cause why does

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Christine Kudlac
: Lucas [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Problems with Tomcat and nested:iterate + jsp:include Date: Thu, 11 Dec 2003 01:03:19 -1000 I had experience something like this before... Try check out bug

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Arron Bates
PROTECTED] Sent: Thursday, December 11, 2003 3:34 AM Subject: Re: Problems with Tomcat and nested:iterate + jsp:include Rouven, What Struts version are you running? Arron. Hi there, hope someone has a clue, why this doesn't work with Tomcat

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Arron Bates
Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Problems with Tomcat and nested:iterate + jsp:include Date: Thu, 11 Dec 2003 01:03:19 -1000 I had experience something like this before... Try check out bug ID # 4724356 in Java Bug Parade. http

RE: Problems with Tomcat and nested:iterate + jsp:include

2003-12-11 Thread Christine Kudlac
Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Problems with Tomcat and nested:iterate + jsp:include Date: Fri, 12 Dec 2003 02:07:54 +1000 Yeah!, what she said! :) Arron. PS: Christine, thanks for forcing me to go bug hopping in #17977. Terribly kind

Problems with Tomcat and nested:iterate + jsp:include

2003-12-10 Thread Rouven Gehm
Hi there, hope someone has a clue, why this doesn't work with Tomcat, but works with Resin : I have a tile, where i want to show a treelike menu based on the monkey example for the struts-nested taglibs, see my code at the bottom. On the Resin and WSAD server, the tree is shown correctly, but

Re: Problems with Tomcat and nested:iterate + jsp:include

2003-12-10 Thread Arron Bates
Rouven, What Struts version are you running? Arron. Hi there, hope someone has a clue, why this doesn't work with Tomcat, but works with Resin : I have a tile, where i want to show a treelike menu based on the monkey example for the struts-nested taglibs, see my code at the