Skip to content

Commit

Permalink
Save state on client
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reza-rahman committed Jun 18, 2023
1 parent 3cdfd70 commit dc84480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<param-name>primefaces.THEME</param-name>
<param-value>saga</param-value>
</context-param>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>

<servlet>
<servlet-name>Faces Servlet</servlet-name>
Expand Down

0 comments on commit dc84480

Please sign in to comment.