Looking at the ColumnController entry:
<portlet-controller-entry name="ColumnController">
<classname>org.apache.jetspeed.portal.controllers.VelocityPortletController<
/classname>
<parameter name="template" value="column.vm" />
<parameter name="action" value="controllers.RowColumnControllerAction"
/>
<media-type ref="html"/>
<media-type ref="wml"/>
<meta-info>
<title>Single column (Do not use)</title>
<description>This controller is being retired. Use OneColumn
instead.</description>
</meta-info>
</portlet-controller-entry>
It says the controller is being retired, and to use OneColumn instead.
Why is it still used as the default controller ?
services.PortalToolkit.default.controller=ColumnController
anyone mind if I change the JRP to
services.PortalToolkit.default.controller=OneColumn
?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>