Author: thomas.heute(a)jboss.com
Date: 2007-03-06 06:10:50 -0500 (Tue, 06 Mar 2007)
New Revision: 6548
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/preferences.xhtml
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/security.xhtml
Log:
Datamodel must be kept for a request lifetime. [JBPORTAL-1303]
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/preferences.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/preferences.xhtml 2007-03-06
06:50:49 UTC (rev 6547)
+++
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/preferences.xhtml 2007-03-06
11:10:50 UTC (rev 6548)
@@ -13,7 +13,8 @@
id="data__"
var="row"
value="#{preferences.model}"
- rowClasses="portlet-section-body,portlet-section-alternate">
+ rowClasses="portlet-section-body,portlet-section-alternate"
+ preserveDataModel="true">
<h:column>
<f:facet name="header">
<h:outputText value="Key"/>
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml 2007-03-06
06:50:49 UTC (rev 6547)
+++
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml 2007-03-06
11:10:50 UTC (rev 6548)
@@ -39,7 +39,8 @@
var="p"
value="#{portalobjectmgr.selectedProperties}"
binding="#{propertyAction.propertyDataTable}"
- rowClasses="portlet-section-body,portlet-section-alternate">
+ rowClasses="portlet-section-body,portlet-section-alternate"
+ preserveDataModel="true">
<h:column>
<f:facet id="the_id_that_fixes_the_bug_1"
name="header">
<h:outputText id="the_id_that_fixes_the_bug_2"
value="Operations"/>
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/security.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/security.xhtml 2007-03-06
06:50:49 UTC (rev 6547)
+++
branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/security.xhtml 2007-03-06
11:10:50 UTC (rev 6548)
@@ -12,7 +12,8 @@
<t:dataTable
id="dataconstraints"
var="role"
- value="#{auth.roles}">
+ value="#{auth.roles}"
+ preserveDataModel="true">
<h:column
id="role_column">
<f:facet name="header">