On 8/28/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:

Hi... I have what I hope is a stupid question... I very rarely use Struts
tags, but I need to on a project now... the people who originally put the
project together had the TLD's in WEB-INF, and we're now trying to remove
them... using Struts 1.2.9 at the moment... unfortunately I have to use
RAD for this... problem is, when I build, I'm getting an error in the JSP
for the taglib reference...

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

Some Googling seems to indicate that is correctm, yet RAD keeps saying
that URI isn't found (and when I try to pull it up in a browser it's a
404, so RAD seems to be right).  Can anyone point out my undoubtedly
stupid mistake?  Thanks!

It's not a URL, it's a URI. (Even though it *looks* like URL, it's
never been reachable with a browser.)

See the JSP 1.2 spec for the details. :)  Your container is supposed
to locate TLDs inside jar files as long as the URI matches.  My guess
is that RAD isn't doing what it's supposed to.

--
Wendy

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

Reply via email to