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/04 23:44:31 UTC

svn commit: r1067316 - /myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp

Author: bommel
Date: Fri Feb  4 22:44:30 2011
New Revision: 1067316

URL: http://svn.apache.org/viewvc?rev=1067316&view=rev
Log:
fixed rendered partially id in example

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp

Modified: myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp?rev=1067316&r1=1067315&r2=1067316&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/partial.jsp Fri Feb  4 22:44:30 2011
@@ -60,13 +60,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:selectOneChoice value="#{partialReloadController.navigateAction}">
           <f:facet name="change">
             <tc:command action="#{partialReloadController.navigateAction}">
-              <tc:attribute value="page:both" name="renderedPartially"/>
+              <tc:attribute value=":page:content:both" name="renderedPartially"/>
             </tc:command>
           </f:facet>
           <f:selectItem itemLabel="Select action" itemValue=""/>
@@ -78,7 +78,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>