[
http://jira.jboss.com/jira/browse/JBPORTAL-1660?page=all ]
Emanuel Muckenhuber resolved JBPORTAL-1660.
-------------------------------------------
Resolution: Done
for the moment you can add your own values like:
dynamic values
<values>
<value key="foo">Foo</value>
<value key="bar">Bar</value>
</values>
or generated values:
<values>
<value key="org.jboss.portal.core.identity.locale" />
</values>
Identity portlet configuration should allow to specify static and
dynamic values
--------------------------------------------------------------------------------
Key: JBPORTAL-1660
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1660
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Portal Identity
Reporter: Thomas Heute
Assigned To: Emanuel Muckenhuber
Fix For: 2.8 Final
In the configuration file we should have something like:
<values>
<value key="foo">Foo</value>
<value key="bar">Bar</value>
</values>
Foo and Bar should be localized, it should check in the resource bundle for something
like:
SOMEPREFIX_Foo and default to "Foo" if it doesn't exist.
For dynamic values like themes, locales and timezones we should allow the following
syntax:
<values name="org.jboss.portal.THEMES"/>
<values name="org.jboss.portal.LOCALES"/>
<values name="org.jboss.portal.TIMEZONES"/>
(All the name still have to be defined, those are just examples)
--
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