RE: [OT] Eclipse and JSTL & web-app

2006-01-11 Thread Garner, Shawn
ruts Users Mailing List Subject: Re: [OT] Eclipse and JSTL & web-app On 1/11/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > I got eclipse to recognize my custom tag but in the process I noticed that > the xml web-app definition version 2.4 doesn't support the taglib element &

Re: [OT] Eclipse and JSTL & web-app

2006-01-11 Thread Wendy Smoak
On 1/11/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > I got eclipse to recognize my custom tag but in the process I noticed that > the xml web-app definition version 2.4 doesn't support the taglib element > anymore. Why did this go away and what version of the Servlet/JSP servlet > spec did it g

RE: [OT] Eclipse and JSTL & web-app

2006-01-11 Thread Garner, Shawn
arner, Shawn Sent: Monday, January 09, 2006 10:10 AM To: 'Struts Users Mailing List' Subject: [OT] Eclipse and JSTL I am finding that eclipse wtp isn't resolving my jstl tags. I have the uri includes at the top of the jsp pages and the jars in the build path. Any c:set, c:set, or c:

RE: [OT] Eclipse and JSTL

2006-01-10 Thread Karr, David
, 2006 8:55 AM > To: 'Struts Users Mailing List' > Subject: RE: [OT] Eclipse and JSTL > > > I figured this out. The uri didn't match what was in the > JAR. Did the URI change from 1.0 to 1.2 for jstl? Just > wondering because I used the uri out of the IBM tu

RE: [OT] Eclipse and JSTL

2006-01-10 Thread Garner, Shawn
h (I don't know much about custom taglibs). Has worked in the past. Maybe if I add a uri to it then Eclipse will resolve it. Shawn -Original Message- From: Garner, Shawn Sent: Monday, January 09, 2006 10:10 AM To: 'Struts Users Mailing List' Subject: [OT] Eclipse an

[OT] Eclipse and JSTL

2006-01-09 Thread Garner, Shawn
I am finding that eclipse wtp isn't resolving my jstl tags. I have the uri includes at the top of the jsp pages and the jars in the build path. Any c:set, c:set, or c:choose are labled as unknown and marked as errors. It resolves the JSF ones. Shawn *