Bug 792987 (JBEPP-67) - Portlet Instance detail page doesn't show properties values
Summary: Portlet Instance detail page doesn't show properties values
Keywords:
Status: CLOSED WONTFIX
Alias: JBEPP-67
Product: JBoss Enterprise Portal Platform 4
Classification: JBoss
Component: unspecified
Version: 4.3.0.GA_CP1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-26 13:52 UTC by Joao Viragine
Modified: 2012-02-28 16:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-17 23:05:08 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-67 0 None None None Never

Description Joao Viragine 2009-04-26 13:52:39 UTC
project_key: JBEPP

Portlet Instance detail page (Admin/Portlet Instances) doesn't show properties values

E.g.: (Admin/Portlet Instances/IdentityUserPortletInstance)

In showPortletDetails.xhtml:

<c:forEach var="preferenceKey" items="#{portlet.preferenceKeys}">
            <dt>
               #{preferenceKey}
            </dt>
            <dd>
               <span><label>#{bundle.COMMON_VALUE}: #{MISSING_VALUE}</label></span>
            </dd>
</c:forEach>

Note that portlet.preferenceKeys return only the keys (a ArrayList of String) and we need key values too!

Comment 1 mark yarborough 2011-11-09 22:30:18 UTC
Cleanup: Closing because affects early 4.3 version and/or more than two years old and not critical or blocker.

Comment 3 Jared MORGAN 2011-11-17 23:05:08 UTC
Release Notes Docs Status: Added: Not Required



Note You need to log in before you can comment on or make changes to this bug.