Re: Using JSTL 1.1.2 with Tomcat 5.5 J2SE 5.0

2005-06-06 Thread Dino Klein
I have two jspx files (pasted below), where one includes the other. When I remove the xmlns:c declaration/importation - it works; similarly, when I do not include the other file, it also works fine. Thanks. (1) main.jspx == ?xml version=1.0 encoding=UTF-8? jsp:root

Re: [OT] Using JSTL 1.1.2 with Tomcat 5.5 J2SE 5.0

2005-06-06 Thread Rahul P Akolkar
Dino Klein [EMAIL PROTECTED] wrote on 06/06/2005 09:16:07 AM: I have two jspx files (pasted below), where one includes the other. When I remove the xmlns:c declaration/importation - it works; similarly, when I do not include the other file, it also works fine. snip/ (1) main.jspx

simple question on deltamanger - understanding

2005-06-06 Thread John MccLain
My understanding is that the rclustering replication DeltaManager it is called via a setAttribute if UseDirtyFlag is set to true. So does this mean that it only checks for a delta on the attribute that was set, or does it check the deltas in the entire session? Also, does anyone know where I

Re: Using JSTL 1.1.2 with Tomcat 5.5 J2SE 5.0

2005-06-06 Thread Rahul P Akolkar
Dino Klein [EMAIL PROTECTED] wrote on 06/06/2005 03:44:38 PM: snip/ I did some primitive debugging, and all I could find out is that if I use xmlns:fn=http://java.sun.com/jsp/jstl/functions;, then I have no problems; I checked the TLDs, and I noticed that it does not include a validator