[jboss-jira] [JBoss JIRA] Reopened: (JBPORTAL-585) Sorting and Localization for Navigation Portlet
Roy Russo (JIRA)
jira-events at jboss.com
Thu Oct 26 14:14:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBPORTAL-585?page=all ]
Roy Russo reopened JBPORTAL-585:
--------------------------------
Add to 2.6Alpha1
> Sorting and Localization for Navigation Portlet
> -----------------------------------------------
>
> Key: JBPORTAL-585
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-585
> Project: JBoss Portal
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2 Final, 2.4 Final
> Reporter: Doug Schnelzer
> Assigned To: Roy Russo
> Fix For: 2.6 Final, 2.6.Alpha1
>
> Attachments: default-object.xml, NavigationPortlet.java, Resource.properties
>
>
> The navigation portlet currently only supports sorting by the page name. This patch adds support for sorting by a Declared Property named "order" in the -objects.xml. This patch also supports using a resource properties file for looking up page labels. The Declared Property name for the resource properties file key is "resourceKey". An example -object.xml file is attached. The relevant section is:
> <page>
> <page-name>default</page-name>
> <properties>
> <property>
> <name>order</name>
> <value>1</value>
> </property>
> <property>
> <name>resourceKey</name>
> <value>home</value>
> </property>
> </properties>
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list