Hide Forgot
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&password=gtn&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.
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.
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.
This issue seems to have been addressed at some point.
Done.