Philip Mark Donaghy wrote:
Hi, I'm not sure what I am doing wrong yet but the struts taglibs do not
render portlet URLs. Is there something I must do to make this happen?
I am
using the 1.2.6-1.0 struts bridge with the PortletTilesRequestProcessor.
Seems to happen automagically in the jpetstore sample.
Wrong list but I answer anyway ;)
Make sure you include the bridges version of the struts html taglib in your jsp:
<%@ taglib uri="http://portals.apache.org/bridges/struts/tags-portlet-html"
prefix="html" %>
And remove the corresponding struts taglib reference from your web.xml if you
have it
defined there.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]