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

2007-02-09 Thread Sébastien Brodeur
Ops, I just realize I pasted the wrong URL. Here the good URL for the ticket : http://issues.apache.org/bugzilla/show_bug.cgi?id=41481 On 1/31/07, Sébastien Brodeur <[EMAIL PROTECTED]> wrote: I open a ticket with Jakarta ( http://www.v-teams.com/so/php.html?gclid=CI6rhOXyiooCFR3VgAod

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

2007-01-31 Thread Sébastien Brodeur
game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

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

2007-01-27 Thread Sébastien Brodeur
t work with unrelated contexts. Are you saying that your original code worked in JSTL1.0 and is not working in JSTL1.1 ? Or you tried this code for the first time in JSTL1.1and never in JSTL1.0? -Rashmi - Original Message From: Sébastien Brodeur <[EMAIL PROTECTED]> To: Tag Libraries

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

2007-01-27 Thread Sébastien Brodeur
om/xml/ns/j2ee/web-app_2_4.xsd";> 3) Change tag library declarations to: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %> Similarly upgrade other JSTL namespace

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

2007-01-26 Thread Sébastien Brodeur
l Robots The Moon is a Hashes Mistress Spaceship Tropper -- Output (WebSphere 6 using JSTL 1.1) Horror novel Sci-Fi novel Any idea how to do that without changing the structure of the two XML files? Thank! --

XPath Not() function always returning false AND context question.

2006-10-06 Thread Sébastien Brodeur
1980 ... ... Will return false EVEN if the id exist. Also, when I uses , I can't no longer access XML node outside the scope of the select. I have to use a 'weird' syntax to access those nodes. Work in JSTL 1.0 and don't in JSTL 1.1 I must uses instead -- Sébastien Brodeur

Re: JSTL startup question

2006-05-02 Thread Sébastien Brodeur
Bob Arnott aungate.com> writes: > > Also, don't put any tag library defines in the web.xml... Other than > that, it's always worked for me... > Why don't you include the library defines in the web.xml? All the documentation I read tell me to do it. But when I do, it doesn't work. (The appli

Sun JSTL Standard versus Jakarta JSTL Standard

2006-05-02 Thread Sébastien Brodeur
What is the difference between the Sun version of standard JSTL and the Jakarta one? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XPath function not() not working.

2006-05-02 Thread Sébastien Brodeur
Kris Schneider dotech.com> writes: > > Is "bookId" a request parameter? If so, what happens with this: > > > I try to put a valid id directly, without using the request parameter. The problem still occur. Thank for your reply. --

Re: XPath function not() not working.

2006-04-28 Thread Sébastien Brodeur
Sébastien Brodeur gmail.com> writes: I want to clarify my post. I check the JSTL 1.1 Specification Maintenance Release, but I found nothing helpful (except the change in having now a varStatus attribute and the fact that the can no longer use a X tags select to iterate. A change

XPath function not() not working.

2006-04-28 Thread Sébastien Brodeur
Hi folks, We used in the past JSTL 1.0, we are in the process of migrating to JSTL 1.1. I can't have the XPath not() function working in a expression. The expression is always returning true when I test if a node exist. I try the simpless form I can think. I test not(true()) and not(false()).