You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/02/15 23:04:37 UTC

svn commit: r1071089 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp

Author: bommel
Date: Tue Feb 15 22:04:37 2011
New Revision: 1071089

URL: http://svn.apache.org/viewvc?rev=1071089&view=rev
Log:
fixed partial example

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp?rev=1071089&r1=1071088&r2=1071089&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/reference/partial.jsp Tue Feb 15 22:04:37 2011
@@ -61,13 +61,13 @@
         <tc:button label="Reload left"
                    tip="Reload left side box"
                    action="#{partialReloadController.leftAction}">
-          <tc:attribute value="page:left" name="renderedPartially"/>
+          <tc:attribute value=":page:content:left" name="renderedPartially"/>
         </tc:button>
         <tc:panel/>
         <tc:button label="Reload both"
                    tip="Reload both boxes"
                    action="#{partialReloadController.bothAction}">
-          <tc:attribute value=":page:left,:page:right" name="renderedPartially"/>
+          <tc:attribute value=":page:content:left,:page:content:right" name="renderedPartially"/>
         </tc:button>
         <tc:panel/>
         <tc:selectOneChoice id="navSelect" value="#{partialReloadController.navigateAction}">
@@ -86,7 +86,7 @@
         <tc:button label="Reload right"
                    tip="Reload right side box"
                    action="#{partialReloadController.rightAction}">
-          <tc:attribute value="page:right" name="renderedPartially"/>
+          <tc:attribute value=":page:content:right" name="renderedPartially"/>
         </tc:button>
       </tc:panel>
     </tc:panel>