You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/22 12:24:53 UTC

svn commit: r926037 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml

Author: lofwyr
Date: Mon Mar 22 11:24:53 2010
New Revision: 926037

URL: http://svn.apache.org/viewvc?rev=926037&view=rev
Log:
fix: reload

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml?rev=926037&r1=926036&r2=926037&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.xhtml Mon Mar 22 11:24:53 2010
@@ -51,7 +51,7 @@
       <tc:button label="Open">
         <f:facet name="popup">
           <tc:popup width="300" height="270" id="modal_popup">
-            <tc:box label="Modal text input">
+            <tc:box label="Modal text input" id="modal_box">
               <f:facet name="layout">
                 <tc:gridLayout rows="fixed;fixed;fixed;*;fixed"/>
               </f:facet>
@@ -70,7 +70,7 @@
                   <tc:attribute name="popupClose" value="immediate"/>
                 </tc:button>
                 <tc:button label="Redisplay">
-                  <tc:attribute name="renderedPartially" value="popup"/>
+                  <tc:attribute name="renderedPartially" value="modal_box"/>
                 </tc:button>
                 <tc:button label="Ok">
                   <tc:attribute name="popupClose" value="afterSubmit"/>