Skip to content

Commit

Permalink
SAK-25677 store JSF state on client not on server
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/chat/trunk@134098 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed Feb 4, 2014
1 parent cf72b59 commit efc3d51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chat/chat-tool/tool/src/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@
</listener>

<!-- the faces handling xml -->

<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.validateXml</param-name>
<param-value>true</param-value>
Expand Down

0 comments on commit efc3d51

Please sign in to comment.