You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/05/02 23:22:40 UTC

svn commit: r399052 - in /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop: page1.jsp page2.jsp page3.jsp

Author: werpu
Date: Tue May  2 14:22:36 2006
New Revision: 399052

URL: http://svn.apache.org/viewcvs?rev=399052&view=rev
Log:
changed the scope shop now to savestate to have a good savestate example

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page1.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page2.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page3.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page1.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page1.jsp?rev=399052&r1=399051&r2=399052&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page1.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page1.jsp Tue May  2 14:22:36 2006
@@ -24,7 +24,7 @@
 
 		<t:div id="Content">
 			<h:form id="theselectForm">
-			<s:scope id="thescope"  value="#{ScopeBean}" />
+			<t:saveState id="thescope"  value="#{ScopeBean}" />
 			<h:panelGrid columns="1">
 				<h:outputFormat value="Frobozz Industrial Magic Order Form" />
 				<h:outputFormat value="Product order form"/>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page2.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page2.jsp?rev=399052&r1=399051&r2=399052&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page2.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page2.jsp Tue May  2 14:22:36 2006
@@ -21,7 +21,7 @@
 
 		<t:div id="Content">
 			<h:form id="scopeForm">
-				<s:scope id="thescope" value="#{ScopeBean}" />
+				<t:saveState id="thescope" value="#{ScopeBean}" />
 				<h:panelGrid columns="1">
 					<h:outputFormat value="Frobozz Industrial Magic Order Form" />
 					<h:outputFormat value="Customer data" />

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page3.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page3.jsp?rev=399052&r1=399051&r2=399052&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page3.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/scopeshop/page3.jsp Tue May  2 14:22:36 2006
@@ -23,7 +23,7 @@
 
 		<t:div id="Content">
 			<h:form id="scopeForm">
-				<s:scope id="thescope" value="#{ScopeBean}" />
+				<t:saveState id="thescope" value="#{ScopeBean}" />
 
 				<h:panelGrid columns="1">
 					<h:outputFormat value="Frobozz Industrial Magic Order Form" />