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 2007/03/19 15:44:22 UTC

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

Author: lofwyr
Date: Mon Mar 19 07:44:21 2007
New Revision: 519961

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

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

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp?view=diff&rev=519961&r1=519960&r2=519961
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp Mon Mar 19 07:44:21 2007
@@ -65,7 +65,7 @@
       <tc:menuBar>
         <tc:menu label="Menu">
           <tc:menuItem label="Open Popup">
-            <tc:popupReference for=":page:button:popup"/>
+            <tc:popupReference for=":page:popup"/>
           </tc:menuItem>
         </tc:menu>
       </tc:menuBar>
@@ -76,6 +76,6 @@
       <tc:cell/>
       <tc:out value="here is the text >>#{reference.text}<<"/>
 
-    </tc:panel>
+    </tc:box>
   </jsp:body>
 </layout:overview>