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

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

by samsam007 :: Rate this Message:

Reply to Author | View in Thread

Yeah, it works after removed them all :)
but what  have happened? I just don't know why another project works
wtih these lines here, may be there is some xml configuration
difference.

Thanks


On Sun, Jun 21, 2009 at 1:41 AM, Dave Newton<newton.dave@...> wrote:

> 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@...
>
>

---------------------------------------------------------------------
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