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/tool/trunk@134098 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed Feb 4, 2014
1 parent 1786ef1 commit aed26d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tool-tool/su/src/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
<param-value>client</param-value>
</context-param>

<context-param>
Expand Down

0 comments on commit aed26d0

Please sign in to comment.