You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/01/04 15:11:26 UTC

svn commit: r492575 - in /myfaces/tomahawk/trunk: core/src/site/site.xml core/src/site/xdoc/selectItems.xml sandbox/core/src/site/site.xml sandbox/core/src/site/xdoc/selectItems.xml

Author: cagatay
Date: Thu Jan  4 06:11:25 2007
New Revision: 492575

URL: http://svn.apache.org/viewvc?view=rev&rev=492575
Log:
svn move of sandbox selectitems documentation related to TOMAHAWK-805

Added:
    myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml
      - copied, changed from r492483, myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/selectItems.xml
Removed:
    myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/selectItems.xml
Modified:
    myfaces/tomahawk/trunk/core/src/site/site.xml
    myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml

Modified: myfaces/tomahawk/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/site.xml?view=diff&rev=492575&r1=492574&r2=492575
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/site.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/site.xml Thu Jan  4 06:11:25 2007
@@ -62,6 +62,7 @@
 	    <item name="Column" href="column.html"/>   
         <item name="Schedule" href="schedule.html"/>
 	    <item name="Dojo Initializer" href="dojoInitializer.html"/>
+		<item name="SelectItems" href="selectItems.html"/> 
 	  </menu>    
 	  
 	  <menu name="Validators">

Copied: myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml (from r492483, myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/selectItems.xml)
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml?view=diff&rev=492575&p1=myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/selectItems.xml&r1=492483&p2=myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml&r2=492575
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/selectItems.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/selectItems.xml Thu Jan  4 06:11:25 2007
@@ -54,7 +54,7 @@
         <section name="Usage">
             
 	    <source xml:space="preserve">&lt;h:selectOneMenu id="menu1" value="#{selectItemsBean.selectedCarColor}"&gt;
-   	&lt;s:selectItems value="#{selectItemsBean.carList}" var="Car" itemLabel="#{Car.type}" itemValue="#{Car.color}" /&gt;
+   	&lt;t:selectItems value="#{selectItemsBean.carList}" var="Car" itemLabel="#{Car.type}" itemValue="#{Car.color}" /&gt;
 &lt;/h:selectOneMenu&gt;</source>
         </section>
         

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml?view=diff&rev=492575&r1=492574&r2=492575
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml Thu Jan  4 06:11:25 2007
@@ -42,7 +42,6 @@
       <item name="Picklist" href="selectManyPicklist.html"/>
       <item name="Dynamic Image" href="graphicImageDynamic.html"/>  
       <item name="FishEye Navigation Menu" href="fisheye.html"/> 
-	  <item name="SelectItems" href="selectItems.html"/> 
 	  <item name="ExcelExport" href="excelexport.html"/> 
     </menu>