I got this error message:
'Cannot find bean org.apache.struts.taglib.html.BEAN
in any scope'
I have the struts-bean.tld in the AppName/WEB-INF/lib
directory. And I have
<taglib>
<taglib-uri>/tags/struts-bean</taglib-uri>
<taglib-location>/WEB-INF/lib/struts-bean.tld</taglib-location>
</taglib>
in the AppName/WEB-INF/web.xml file (in the correct
location)
and in my JSP which the error message occurs, I have:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
What am I missing to get that error?
_______________________________
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.
http://shopping.yahoo.com/backtoschool
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]