Author: thomas.heute(a)jboss.com
Date: 2008-12-18 05:45:05 -0500 (Thu, 18 Dec 2008)
New Revision: 12402
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/profile.xhtml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/register.xhtml
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/profile/viewProfile.xhtml
Log:
JBPORTAL-2245: View Profile not working
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/profile.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/profile.xhtml 2008-12-18
03:46:58 UTC (rev 12401)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/profile.xhtml 2008-12-18
10:45:05 UTC (rev 12402)
@@ -10,12 +10,10 @@
<ui:include src="/jsf/common/userInfo.xhtml" />
- <ui:define name="content">
<ui:decorate template="/jsf/common/editProfileInfo.xhtml">
<ui:param name="manager" value="#{editprofilemgr}"/>
<ui:param name="adminMode" value="false"/>
</ui:decorate>
- </ui:define>
<hr/>
<p style="text-align: left;">
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/register.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/register.xhtml 2008-12-18
03:46:58 UTC (rev 12401)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/common/register.xhtml 2008-12-18
10:45:05 UTC (rev 12402)
@@ -46,12 +46,10 @@
<c:if test="#{portletPreferenceValue.profileAtRegistration == true}">
- <ui:define name="content">
- <ui:decorate template="/jsf/common/editProfileInfo.xhtml">
- <ui:param name="manager" value="#{userregistermgr}"/>
- <ui:param name="adminMode" value="false"/>
- </ui:decorate>
- </ui:define>
+ <ui:decorate template="/jsf/common/editProfileInfo.xhtml">
+ <ui:param name="manager" value="#{userregistermgr}"/>
+ <ui:param name="adminMode" value="false"/>
+ </ui:decorate>
</c:if>
<hr/>
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/profile/viewProfile.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/profile/viewProfile.xhtml 2008-12-18
03:46:58 UTC (rev 12401)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/profile/viewProfile.xhtml 2008-12-18
10:45:05 UTC (rev 12402)
@@ -15,11 +15,9 @@
</ui:define>
<ui:define name="content">
- <ui:define name="content">
- <ui:decorate template="/jsf/common/viewProfileInfo.xhtml">
- <ui:param name="manager" value="#{editprofilemgr}"/>
- </ui:decorate>
- </ui:define>
+ <ui:decorate template="/jsf/common/viewProfileInfo.xhtml">
+ <ui:param name="manager" value="#{editprofilemgr}"/>
+ </ui:decorate>
</ui:define>
</ui:composition>
Show replies by date