Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Sébastien Brodeur
Hi Rashmi, Thank you for the answer. Have you been able to reproduce the error? Is my syntax wrong (I'm not thrill by Node context :-) ? Even if a try to use a c:catch block, I got no error. (I still have to look in the error log thou, first think Monday morning). 1) By using Servlet 2.4

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Rashmi Rubdi
Sébastien, I tried your original JSP code and was able to reproduce the problem you indicated in your first e-mail in JSTL 1.1 and Tomcat 5.5. Then I made few changes to the JSP page as follows. I renamed some variables to make the code less ambiguous to read but the logic remains the same.

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Sébastien Brodeur
This code work perflectly in JSTL 1.0. On 1/27/07, Rashmi Rubdi [EMAIL PROTECTED] wrote: Sébastien, I tried your original JSP code and was able to reproduce the problem you indicated in your first e-mail in JSTL 1.1 and Tomcat 5.5. Then I made few changes to the JSP page as follows. I

Re: Problem when a use a x:forEach into another x:forEach

2007-01-27 Thread Rashmi Rubdi
In both JSTL 1.1 and 1.0 specifications nothing is mentioned about nested x:forEach loops where the inner x:forEach iterates over the parsed results of a *different* xml file. Since this scenario is not officially mentioned anywhere, I can't really tell for sure if the set-up you have is