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 11:02:24 UTC

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

Author: lofwyr
Date: Mon Mar 22 10:02:23 2010
New Revision: 926013

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

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

Modified: myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp?rev=926013&r1=926012&r2=926013&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp Mon Mar 22 10:02:23 2010
@@ -47,7 +47,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>
@@ -66,7 +66,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"/>