You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/04/01 10:33:18 UTC

svn commit: r929884 - /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx

Author: matzew
Date: Thu Apr  1 08:33:18 2010
New Revision: 929884

URL: http://svn.apache.org/viewvc?rev=929884&view=rev
Log:
add per-page-state-saving for one demo page

Modified:
    myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx

Modified: myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx?rev=929884&r1=929883&r2=929884&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx (original)
+++ myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx Thu Apr  1 08:33:18 2010
@@ -23,7 +23,7 @@
           xmlns:tr="http://myfaces.apache.org/trinidad" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>
   <f:view>
-    <tr:document title="Apache Trinidad Demo Index">
+    <tr:document title="Apache Trinidad Demo Index" stateSaving="client">
        <tr:form>
        
         <tr:panelPage>