Author: julien(a)jboss.com
Date: 2007-06-22 11:31:31 -0400 (Fri, 22 Jun 2007)
New Revision: 7513
Modified:
trunk/faces/src/main/org/jboss/portal/faces/component/portlet/UIPortlet.java
Log:
- comment ui:portlet fix for now as it screw UI state on Sun RI
Modified: trunk/faces/src/main/org/jboss/portal/faces/component/portlet/UIPortlet.java
===================================================================
---
trunk/faces/src/main/org/jboss/portal/faces/component/portlet/UIPortlet.java 2007-06-22
14:47:33 UTC (rev 7512)
+++
trunk/faces/src/main/org/jboss/portal/faces/component/portlet/UIPortlet.java 2007-06-22
15:31:31 UTC (rev 7513)
@@ -571,10 +571,10 @@
" }\n" +
// Temporary hack for Sun RI which encodes contextual state on
the page
- " var viewStateId =
document.getElementById('javax.faces.ViewState')\n" +
- " if (viewStateId != null) {\n" +
- " this.params['javax.faces.ViewState'] =
viewStateId\n" +
- " }\n" +
+// " var viewStateId =
document.getElementById('javax.faces.ViewState')\n" +
+// " if (viewStateId != null) {\n" +
+// " this.params['javax.faces.ViewState'] =
viewStateId\n" +
+// " }\n" +
"}\n" +