AW: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Olaf Bergner
von Robert Simmons Jr. > Gesendet: Dienstag, 4. Januar 2005 18:53 > An: taglibs-user@jakarta.apache.org > Betreff: Re: AW: AW: Newbie Question: EL in attributes for a custom tag > not being evaluated?? > > > Olaf; > > I did what you said but now Im getting a transient erro

Re: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Hassan Schroeder
Robert Simmons Jr. wrote: I changed the web.xml as you suggested but now the JSTL tags blow so I obviously need a version of the JSTL that works with 2.4. Which Jakarta taglibs version works with that ? On the left menu you'll see JCP Standardized

Re: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
news [mailto:[EMAIL PROTECTED] Auftrag von Robert Simmons Jr. Gesendet: Dienstag, 4. Januar 2005 17:00 An: taglibs-user@jakarta.apache.org Betreff: Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated?? Addendum: My web.xml is here ... http://ja

Re: AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
karta.apache.org Betreff: Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated?? Addendum: My web.xml is here ... http://java.sun.com/dtd/web-app_2_3.dtd";> Apache-Axis org.apache.axis.transport.http.AxisHTTPSessionList ener Main Data Source j

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Kris Schneider
Try changing this: http://java.sun.com/dtd/web-app_2_3.dtd";> to this: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd” version

AW: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Olaf Bergner
Robert Simmons Jr. > Gesendet: Dienstag, 4. Januar 2005 17:00 > An: taglibs-user@jakarta.apache.org > Betreff: Re: AW: Newbie Question: EL in attributes for a custom tag not > being evaluated?? > > > Addendum: > > My web.xml is here ... > > &g

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
Addendum: My web.xml is here ... Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";> Apache-Axis org.apache.axis.transport.http.AxisHTTPSessionListener Main Data Source jdbc/CandiedServices javax.sql.DataSource Container

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Robert Simmons Jr.
That was very enlightening but I wonder how I can resolve the issue. I am using the Jakarta Taglibs Standard 1.1 and Tomcat 5.5.4 along with Apache Axis (current version). I am not sure how these meld together since I am no expert with web apps and integrating all of these frameworks. The good

AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Olaf Bergner
I'll second to that. According to the spec, EL evaluation is turned on by default only if the web deployment descriptor is version 2.4 or higher. In this case, EL expressions are evaluated by the servlet container, _not_ the JSP tag. Presumably, you are using a JSTL version that delegates evaluati