You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/15 02:10:08 UTC

svn commit: r667908 - in /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp: WEB-INF/examples-config.xml home.jsp picklist.jsp

Author: hazems
Date: Sat Jun 14 17:10:08 2008
New Revision: 667908

URL: http://svn.apache.org/viewvc?rev=667908&view=rev
Log:
Promoting the selectManyPicklist component (Removing old sandbox work).

Removed:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/picklist.jsp
Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml?rev=667908&r1=667907&r2=667908&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml Sat Jun 14 17:10:08 2008
@@ -364,13 +364,6 @@
     <managed-bean-scope>application</managed-bean-scope>
   </managed-bean>
 
-	<!--  Managed bean for the selectManyPicklist component -->
-	<managed-bean>
-		<managed-bean-name>picklistBean</managed-bean-name>
-		<managed-bean-class>org.apache.myfaces.examples.picklist.PicklistBean</managed-bean-class>
-		<managed-bean-scope>session</managed-bean-scope>
-	</managed-bean>
-
     <!-- Managed beans for the scope shop  -->
 	<managed-bean>
 		<managed-bean-name>ScopeBean</managed-bean-name>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp?rev=667908&r1=667907&r2=667908&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp Sat Jun 14 17:10:08 2008
@@ -110,11 +110,6 @@
 			<h:outputLink value="exporter.jsf"><f:verbatim>Exporter - Export datatable contents as an excel file or as a pdf file</f:verbatim></h:outputLink>
             </h:panelGrid>
 
-            <h:outputText value="Selection Lists"/>
-            <h:panelGrid style="padding-left:25px">
-               <h:outputLink value="picklist.jsf"><f:verbatim>selectManyPicklist - A picklist, where you select components from a list and the selected items are displayed in another list</f:verbatim></h:outputLink>
-            </h:panelGrid>
-
             <h:outputText value="Messages"/>
             <h:panelGrid style="padding-left:25px">
                <h:outputLink value="ifMessage.jsf"><f:verbatim>ifMessage - renders its children only if there is a message in the FacesContext for the specified component(s)</f:verbatim></h:outputLink>