taylor 2004/10/12 14:27:57 Modified: applications/pam/src/webapp/WEB-INF faces-config.xml web.xml portlet.xml Log: store state as server instead of client this is still far from being solved Revision Changes Path 1.3 +5 -0 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/faces-config.xml Index: faces-config.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/faces-config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- faces-config.xml 16 Sep 2004 06:36:21 -0000 1.2 +++ faces-config.xml 12 Oct 2004 21:27:57 -0000 1.3 @@ -49,5 +49,10 @@ <managed-bean-scope>request</managed-bean-scope> </managed-bean> + <managed-bean> + <managed-bean-name>profileForm</managed-bean-name> + <managed-bean-class>org.apache.jetspeed.portlets.profiler.ProfileForm</managed-bean-class> + <managed-bean-scope>session</managed-bean-scope> + </managed-bean> </faces-config> 1.8 +1 -1 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/web.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- web.xml 15 Sep 2004 22:46:39 -0000 1.7 +++ web.xml 12 Oct 2004 21:27:57 -0000 1.8 @@ -22,7 +22,7 @@ <context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> - <param-value>client</param-value> + <param-value>server</param-value> </context-param> <context-param> <param-name>javax.faces.application.CONFIG_FILES</param-name> 1.13 +1 -1 jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/portlet.xml Index: portlet.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/portlet.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- portlet.xml 17 Sep 2004 18:44:22 -0000 1.12 +++ portlet.xml 12 Oct 2004 21:27:57 -0000 1.13 @@ -147,7 +147,7 @@ <portlet-name>ProfilerAdmin</portlet-name> <display-name>Profiler Admin</display-name> <description>The Profiler Admin is used to adminstrate profiling rules.</description> - <portlet-class>org.apache.portals.bridges.myfaces.FacesPortlet</portlet-class> + <portlet-class>org.apache.jetspeed.portlets.profiler.ProfilerAdminPortlet</portlet-class> <expiration-cache>-1</expiration-cache> <supports> <mime-type>text/html</mime-type>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]