RE: [S1] The proper way to define taglibs in a jsp file

2007-04-23 Thread Crawford, Preston
eston -Original Message- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 10:33 AM To: 'Struts Users Mailing List' Subject: RE: [S1] The proper way to define taglibs in a jsp file This is really strange. So it works if I reference the taglibs as defined in t

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-23 Thread Crawford, Preston
- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 7:31 PM To: 'Struts Users Mailing List' Subject: RE: [S1] The proper way to define taglibs in a jsp file I did. It's expecting the one you listed. I just get a "Not Found" error if I go th

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-20 Thread Crawford, Preston
al Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 2:01 AM To: Struts Users Mailing List Subject: RE: [S1] The proper way to define taglibs in a jsp file --- "Crawford, Preston" wrote: > I did. It's expecting the one you listed. I just ge

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-20 Thread Dave Newton
--- "Crawford, Preston" wrote: > I did. It's expecting the one you listed. I just get > a "Not Found" error if I go there. Why are you trying to go there? It's not a URL. You're saying your server/IDE is trying to hit that address? Something is set up funny if it is. d. ___

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Karr, David
- > From: Crawford, Preston [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 3:34 PM > To: 'Struts Users Mailing List' > Subject: RE: [S1] The proper way to define taglibs in a jsp file > > Oh, I just remembered something. There might be overhead/risk > to jsps

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Karr, David
You can search through all your documentation, but there's a more "direct" (some might say indirect, but whatever) way. Open up the jar file that the taglib refers to, using winzip, the Eclipse Zip Editor, or whatever. Select the TLD file. Open it into a plain text editor. Find the "uri" element

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
I did. It's expecting the one you listed. I just get a "Not Found" error if I go there. I tried declaring it inside the web.xml instead (newly converted to 2.4) and that doesn't work either. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of t

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Dave Newton
--- "Crawford, Preston" wrote: > Wow. Except this URI can't be found. Umm Hmmm.. You can check what URI it's expecting by looking in the TLD file(s). d. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
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 --- "Crawfor

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
-Original Message- > From: Crawford, Preston [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 4:26 PM > To: 'Struts Users Mailing List' > Subject: RE: [S1] The proper way to define taglibs in a jsp file > > Nevermind, I think the answer is both if

Re: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Niall Pemberton
PROTECTED] Sent: Thursday, April 19, 2007 4:26 PM To: 'Struts Users Mailing List' Subject: RE: [S1] The proper way to define taglibs in a jsp file Nevermind, I think the answer is both if I remember correctly. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any att

Re: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Niall Pemberton
the Interwebs whenever it compiles a JSP page. Trying to find a reference on this to get a definitive answer. I'm trying to make it cleaner this time. Preston -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:44 PM To: Struts Users Mail

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
o: 'Struts Users Mailing List' Subject: RE: [S1] The proper way to define taglibs in a jsp file Nevermind, I think the answer is both if I remember correctly. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipien

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
Nevermind, I think the answer is both if I remember correctly. Preston 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 distr

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
One last question. Do I use strut-el.jar or struts.jar? Preston 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

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
s to get a definitive answer. I'm trying to make it cleaner this time. Preston -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:44 PM To: Struts Users Mailing List Subject: RE: [S1] The proper way to define taglibs in a jsp file --- &qu

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Dave Newton
--- "Crawford, Preston" wrote: > Oh, I just remembered something. There might be > overhead/risk to jsps hitting the dtd on the Internet > vs. the local tld, no? I'm not sure that that's what the URI really does; they *look* like URLs but I think they're just look-up values to find the correspondi

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Dave Newton
--- "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 th

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
ed in the build process. We use WebSphere 6.1, so this should be fine. Preston -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, April 19, 2007 3:20 PM To: Struts Users Mailing List Subject: Re: [S1] The proper way to define taglib

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
fine. Preston -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, April 19, 2007 3:20 PM To: Struts Users Mailing List Subject: Re: [S1] The proper way to define taglibs in a jsp file On 4/19/07, Crawford, Preston <[EMAIL P

Re: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Paul Benedict
On 4/19/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: So I'm helping my company clean up some JSP files, things like that and I'm seeing declarations like this. <%@ taglib uri="/bean" prefix="bean" %> <%@ taglib uri="/html" prefix="html" %> The ability to automatically find TLD files is a