Re: [OT] TLD question

2003-08-14 Thread Kris Schneider
You don't need the TLD files, they're already packaged in the JAR files for the tags. You also don't need to add taglib entries to your web.xml file. You *do* need taglib directive(s) in your JSP: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=fmt

RE: [OT] TLD question

2003-08-14 Thread Chen, Gin
: Wednesday, August 06, 2003 3:41 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [OT] TLD question So it looks in the WEB-INF dir first for TLDs then goes to that URI? -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 15

RE: [OT] TLD question

2003-08-14 Thread Alex Shneyderman
To: Struts Users Mailing List Subject: RE: [OT] TLD question does putting an external URI on a page mean that webapp container is going to make a request to that URI when it loads the page? - To unsubscribe, e-mail: [EMAIL

RE: [OT] TLD question

2003-08-14 Thread Andy Kriger
does putting an external URI on a page mean that webapp container is going to make a request to that URI when it loads the page? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 15:14 To: Struts Users Mailing List Subject: Re: [OT] TLD

RE: [OT] TLD question

2003-08-14 Thread Kris Schneider
to that URI when it loads the page? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 15:14 To: Struts Users Mailing List Subject: Re: [OT] TLD question You don't need the TLD files, they're already packaged in the JAR files for the tags

RE: [OT] TLD question

2003-08-14 Thread e
Anybody on the list migrate from struts 1.0 to struts 1.1 running on silverstream 3.7? I've been trying to get it to work and I keep getting null pointer exceptions, and I'm wondering if there is something random I'm missing. Thanks. -e

[OT] TLD question

2003-08-10 Thread Andy Kriger
I downloaded the JSTL from Sun. In the tld directory there are 2 TLDs for each taglib. Example: c.tld and c-rt.tld Do I need to copy both of these to my WEB-INF dir? Do I need to reference both of these in the JSP [EMAIL PROTECTED] directive? thx andy

RE: [OT] TLD question

2003-08-08 Thread Raible, Matt
] Sent: Wednesday, August 06, 2003 1:41 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [OT] TLD question So it looks in the WEB-INF dir first for TLDs then goes to that URI? -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06

RE: [OT] TLD question

2003-08-06 Thread Andy Kriger
So it looks in the WEB-INF dir first for TLDs then goes to that URI? -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 15:34 To: 'Struts Users Mailing List' Subject: RE: [OT] TLD question This is easy to check if you run your server