Bug 792987 (JBEPP-67)

Summary: Portlet Instance detail page doesn't show properties values
Product: [JBoss] JBoss Enterprise Portal Platform 4 Reporter: Joao Viragine <joao.viragine>
Component: unspecifiedAssignee: Default User <jbpapp-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3.0.GA_CP1CC: epp-bugs, joao.viragine
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-67
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-17 23:05:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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