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 2007/03/14 19:24:30 UTC

svn commit: r518255 - /myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp

Author: bommel
Date: Wed Mar 14 11:24:29 2007
New Revision: 518255

URL: http://svn.apache.org/viewvc?view=rev&rev=518255
Log:
some improvements

Modified:
    myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp

Modified: myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp?view=diff&rev=518255&r1=518254&r2=518255
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp (original)
+++ myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp Wed Mar 14 11:24:29 2007
@@ -103,7 +103,7 @@
         <tx:selectOneChoice label="#{bundle.footerLanguage}"
                value="#{controller.language}">
           <f:selectItems value="#{controller.languages}" />
-          <f:facet name="click">
+          <f:facet name="change">
             <tc:command />
           </f:facet>
         </tx:selectOneChoice>
@@ -113,7 +113,7 @@
       <tc:form>
         <tx:selectOneChoice label="#{bundle.footerTheme}" value="#{controller.theme}">
           <f:selectItems value="#{controller.themeItems}" />
-          <f:facet name="click">
+          <f:facet name="change">
             <tc:command action="#{controller.themeChanged}"/>
           </f:facet>
         </tx:selectOneChoice>