[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-2245) View Profile not working
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Mon Nov 24 12:24:36 EST 2008
View Profile not working
------------------------
Key: JBPORTAL-2245
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2245
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Identity
Affects Versions: 2.7.0 Final
Reporter: Sanne Grinovero
Fix For: 2.7.1 Final
there are some trivial problems in
/portal-identity.war/jsf/profile/viewProfile.xhtml
<ui:define name="content"> is defined twice, preventing the information to be shown on the page.
Also the <ui:param name="manager" is being defined but is not used by the decorated view, so something must be wrong
but I don't know if this page or the target one is wrong.
when removing the nested <ui:define name="content"> it appears to work correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list