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/06/11 18:46:14 UTC

svn commit: r953764 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml

Author: lofwyr
Date: Fri Jun 11 16:46:14 2010
New Revision: 953764

URL: http://svn.apache.org/viewvc?rev=953764&view=rev
Log:
dropDownMenu facet must contain a UIMenu

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml?rev=953764&r1=953763&r2=953764&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/sheet.xhtml Fri Jun 11 16:46:14 2010
@@ -149,8 +149,10 @@
       </tc:column>
       <tc:column label="#{overviewBundle.solarArrayOrbit}" sortable="true" id="orbit">
         <f:facet name="dropDownMenu">
-          <tc:menuCommand onclick="alert('Not implemented yet!')">
-          </tc:menuCommand>
+          <tc:menu>
+            <tc:menuCommand onclick="alert('Not implemented yet, only in Tobago 1.0.x')">
+            </tc:menuCommand>
+          </tc:menu>
         </f:facet>
         <tc:panel>
           <f:facet name="click">