« Return to Thread: File "/WEB-INF/tld/struts-bean.tld" not found

Re: File "/WEB-INF/tld/struts-bean.tld" not found

by newton.dave :: Rate this Message:

Reply to Author | View in Thread

Did you remove the configurations from the web.xml file?

Sam Wun wrote:
> Here is the jsp file load the tld files:
> <%
> /**
> <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
> <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
>  */
> %>

That won't work at all--now your page has no taglibs.

> <portlet:defineObjects />

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: File "/WEB-INF/tld/struts-bean.tld" not found