Bug 794368 (JBEPP-1413)

Summary: After deploying example extension "click to login" links stop working
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Viliam Rockai <vrockai>
Component: PortalAssignee: Nobody <nobody>
Status: VERIFIED --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.CR01CC: epp-bugs, theute, tkyjovsk
Target Milestone: ---Keywords: Reopened
Target Release: 5.2.1.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1413
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-08 14:26:16 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 Viliam Rockai 2011-11-28 18:07:45 UTC
project_key: JBEPP

After deploying example extension from jboss-as/docs/examples/portal/gatein-sample-extension.ear the "click to login" links stop working.

that is probably because the elements divs in extension file UIHomePagePortlet.gtmpl are missing this attribute:
onclick="window.location='${_ctx.getPortalContextPath()}/login?username=root&amp;password=gtn&amp;initialURI=<%=initialURI%>'"

after replacing the extension file UIHomePagePortlet.gtmpl with the original from gatein.ear, everything works fine.

If non-clickable links are the feature of the extension, please, change the graphics, not be explicitly saying "click to login".
If this is a bug, something else should be changed in the extension HomePagePortlet to show the purpose of extension.

Comment 2 Thomas Heute 2011-11-29 10:22:35 UTC
Release Notes Docs Status: Added: Not Yet Documented
Release Notes Text: Added: When deploying the sample portal extension, the links to login will not work anymore.


Comment 3 Jared MORGAN 2011-12-13 22:02:21 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Known Issue
Release Notes Text: Removed: When deploying the sample portal extension, the links to login will not work anymore. Added: A problem with element divs in the in UIHomePagePortlet.gtmpl extension file causes login links to malfunction when the sample portal extension is deployed. This issue will be reviewed in a future release.


Comment 4 Chris Laprun 2012-02-08 14:26:16 UTC
This issue seems to have been addressed at some point.

Comment 5 claprun@redhat.com 2012-04-03 13:12:54 UTC
Done.