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

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

RE: AW: Newbie Question

2001-04-15 Thread Anthony Ikeda
s, Anthony Ikeda Web Application Developer, Proxima Technology Sydney Australia -Original Message- From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] Sent: Saturday, 14 April 2001 4:42 AM To: [EMAIL PROTECTED] Subject: Re: AW: Newbie Question Yup, that's the real problem. Sorry. ---

RE: AW: Newbie Question

2001-04-15 Thread Anthony Ikeda
s, Anthony Ikeda Web Application Developer, Proxima Technology Sydney Australia -Original Message- From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] Sent: Saturday, 14 April 2001 4:42 AM To: [EMAIL PROTECTED] Subject: Re: AW: Newbie Question Yup, that's the real problem. Sorry. ---

Re: AW: Newbie Question

2001-04-13 Thread Morgan Delagrange
Yup, that's the real problem. Sorry. --- Stefan Riegel <[EMAIL PROTECTED]> wrote: > Hello Morgan, hello Amar, > > isn't their another error in the code of Amar? > > If I understood the thing right (I am newbie too), > the "taglib-uri-Tag" > defines a sort of placeholder for the real location,