[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1660) Identity portlet configuration should allow to specify static and dynamic values

Thomas Heute (JIRA) jira-events at lists.jboss.org
Thu Aug 30 06:14:18 EDT 2007


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

        



More information about the jboss-jira mailing list