if (portlet.startsWith("box_"))
{
portlet = portlet.substring("box_".length());
try
{
targetFragment.addPortlet(ContentFragment.PORTLET, portlet);
}
catch (Exception e)
{
throw new PortletException("Unable to add portlet fragment to page: "+e.getMessage(), e);
}