03-27-2006 08:52 AM
1. i make a new listItem in the menu
<a:listItem value="images" label="#{msg.view_image}" />
2. I take the properties of the Icon View mode en change it to the Images View mode (in Space and content offcource)
<%– Primary column for images view mode –%>
03-28-2006 04:12 AM
public static class ImagesViewRenderer implements IRichListRenderer
03-28-2006 04:30 AM
java.lang.IllegalStateException: IRichListRenderer must be available in UIRichList!
03-29-2006 02:59 AM
<config evaluator="string-compare" condition="Views">
<!– the views available in the client –>
<views>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$DetailsViewRenderer</view-impl>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$IconViewRenderer</view-impl>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$ListViewRenderer</view-impl>
<view-impl>org.alfresco.web.bean.ForumsBean$TopicBubbleViewRenderer</view-impl>
…
<config evaluator="string-compare" condition="Views">
<!– the views available in the client –>
<views>
<view-impl>org.alfresco.web.ui.common.renderer.data.RichListRenderer$ImagesViewRenderer</view-impl>
</views>
</config>
03-29-2006 04:23 AM
03-29-2006 04:26 AM
05-13-2007 03:55 AM
I just added a new class in RichListrenderer
I just also updated WebClientConfigTest.java but I'm still get the error
08-19-2009 10:10 AM
11-27-2009 04:31 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.