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/podcasts/trunk@134098 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed Feb 4, 2014
1 parent 9823126 commit 3b92a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podcasts/podcasts-app/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 Expand Up @@ -122,4 +122,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>

</web-app>
</web-app>

0 comments on commit 3b92a8b

Please sign in to comment.