From: "Richard Reyes" <[EMAIL PROTECTED]>
On the JSP,
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
See:
http://struts.apache.org/userGuide/configuration.html#dd_config_taglib_23
What version of the Servlet specification does Sun One 6.1 support? If it's
2.3 or better, try this:
Try this:
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
I think that's the right URI... I don't use this particular taglib, but I
looked in struts.jar, found the struts-bean.tld file, and copied the URI
from it.
If that works, you can delete the "loose" tld files under WEB-INF, and
remove the <taglib> tags from web.xml.
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]