Tag Instantiation With JSP 1.2

2003-01-07 Thread Tony Colson
I have read various email trails and looked at the JSP 1.2 spec and am still unclear on something regarding custom tags: I recently upgraded to tomcat 4.1.18 which uses the JSP 1.2 spec and in the case where TagA re-evaluates the body several times, it seems that TagB only gets instantiated

Re: org.apache.jasper.JasperException when moving TLD

2003-01-07 Thread Pierre Delisle
[EMAIL PROTECTED] wrote: > ... > As soon as I put the definitions back into > /webapps/standard-examples/WEB-INF/web.xml, everything works > fine again. Now, from my understanding, either a tag library works or > it doesn't... does anyone have a clue what might be the problem? This does not work

JSTL : ForEach Iterating over XML

2003-01-07 Thread Christian Avril
Hi, In the example standard taglib • implementation of the JSP Standard Tag Library and with the example ForEach Iterating over XML nodes from XML Examples I Can see : Parse / ForEach -> foo 1 -> bar 2 -> bar 3 -> foo 4 -- -> -> -> element present -> element prese

DBtags problem

2003-01-07 Thread a.ferri
Hello, I have a problem about a jsp page where I use your taglib : <@ taglib prefix="db" uri="http://jakarta.apache.org/taglibs/dbtags"; %> , Tomcat 4.0.4 and Windows 98 SE. I created a select list from database, onChange event recall by submit the same page. It works for a few times (3,4 times