Wow. Except this URI can't be found. Umm.... Hmmm..

Preston 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 19, 2007 3:42 PM
To: Struts Users Mailing List
Subject: RE: [S1] The proper way to define taglibs in a jsp file

--- "Crawford, Preston" wrote:
> Yeah, actually I was the guy (way back when) who helped define those 
> TLDs in the web.xml. Now I'm
back
> on contract and want to clean up my work. 

That'll teach ya' ;)

> I would like to just refer to the dtd in the URI and

> forgo having the TLDs located in the build process. 

DTD?

Just use the taglib directive w/ the right URI and everything will be fine;
I already forgot which version of S1, but for 1.3-ish see, for example:

http://struts.apache.org/1.3.8/struts-taglib/tlddoc/bean/tld-summary.html

where the URI is:

<%@ taglib prefix="bean"
uri="http://struts.apache.org/tags-bean"; %>

Hmm, now that I see that out loud I think it might be that for 1.2.9, too.

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to