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-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to