You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/03/06 00:07:02 UTC

svn commit: r514906 - /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml

Author: mbr
Date: Mon Mar  5 15:07:01 2007
New Revision: 514906

URL: http://svn.apache.org/viewvc?view=rev&rev=514906
Log:
h:selectOneListbox not generated

Modified:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml?view=diff&rev=514906&r1=514905&r2=514906
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/html/HtmlSelectOneListbox.xml Mon Mar  5 15:07:01 2007
@@ -1,78 +1,78 @@
-<?xml version="1.0" ?>
-<!--
-  Copyright 2006 The Apache Software Foundation.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:h="http://java.sun.com/jsf/html"
-              xmlns:xi="http://www.w3.org/2001/XInclude">
-    <component>
-        <description><![CDATA[Allow the user to choose one option from a set of options.
-<p>
-Rendered as a listbox with the MULTIPLE attribute set to false.
-<p>
-The available choices are defined via child f:selectItem or
-f:selectItems elements. The size of the listbox defaults to the
-number of available choices; if size is explicitly set to a
-smaller value, then scrollbars will be rendered. If size is set
-to 1 then a "drop-down menu" (aka "combo-box") is rendered, though
-if this is the intent then selectOneMenu should be used instead.
-<p>
-The value attribute of this component is read to determine
-which of the available options is initially selected; its value
-should match the "value" property of one of the child SelectItem
-objects.
-<p>
-On submit of the enclosing form, the value attribute's bound
-property is updated to contain the "value" property from the
-chosen SelectItem.
-<p>
-Unless otherwise specified, all attributes accept static values
-or EL expressions.]]></description>
-        <component-class>javax.faces.component.html.HtmlSelectOneListbox</component-class>
-        <component-type>javax.faces.HtmlSelectOneListbox</component-type>
-
-        <!-- ################################ defined Properties ################################ -->
-        <!-- # from super classes:                                                              # -->
-        <!-- #     id, binding, rendered, transient                                             # -->
-        <!-- #     value, converter                                                             # -->
-        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
-        <!-- #     validator, valueChangeListener                                               # -->
-        <!-- #################################################################################### -->
-
-        <!--
-            dir, lang, style, styleClass, title,
-            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
-            onblur, onfocus, onchange, onselect,
-            accesskey, label, tabindex, disabled, readonly
-        -->
-        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
-
-        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
-        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
-        <xi:include href="../../../includes/html/SizeProperty.xml" xpointer="/faces_config/component/*" />
-
-        <component-extension>
-            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
-            <mfp:component-superclass>javax.faces.component.UISelectOne</mfp:component-superclass>
-            <mfp:component-supertype>javax.faces.SelectOne</mfp:component-supertype>
-
-            <mfp:tag-name>h:selectManyListbox</mfp:tag-name>
-            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlSelectManyListboxTag</mfp:tag-class>
-
-            <mfp:renderer-type>javax.faces.Listbox</mfp:renderer-type>
-        </component-extension>        
-    </component>
-</faces-config>
+<?xml version="1.0" ?>
+<!--
+  Copyright 2006 The Apache Software Foundation.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:h="http://java.sun.com/jsf/html"
+              xmlns:xi="http://www.w3.org/2001/XInclude">
+    <component>
+        <description><![CDATA[Allow the user to choose one option from a set of options.
+<p>
+Rendered as a listbox with the MULTIPLE attribute set to false.
+<p>
+The available choices are defined via child f:selectItem or
+f:selectItems elements. The size of the listbox defaults to the
+number of available choices; if size is explicitly set to a
+smaller value, then scrollbars will be rendered. If size is set
+to 1 then a "drop-down menu" (aka "combo-box") is rendered, though
+if this is the intent then selectOneMenu should be used instead.
+<p>
+The value attribute of this component is read to determine
+which of the available options is initially selected; its value
+should match the "value" property of one of the child SelectItem
+objects.
+<p>
+On submit of the enclosing form, the value attribute's bound
+property is updated to contain the "value" property from the
+chosen SelectItem.
+<p>
+Unless otherwise specified, all attributes accept static values
+or EL expressions.]]></description>
+        <component-class>javax.faces.component.html.HtmlSelectOneListbox</component-class>
+        <component-type>javax.faces.HtmlSelectOneListbox</component-type>
+
+        <!-- ################################ defined Properties ################################ -->
+        <!-- # from super classes:                                                              # -->
+        <!-- #     id, binding, rendered, transient                                             # -->
+        <!-- #     value, converter                                                             # -->
+        <!-- #     immediate, required, converterMessage, requiredMessage, validatorMessage,    # -->
+        <!-- #     validator, valueChangeListener                                               # -->
+        <!-- #################################################################################### -->
+
+        <!--
+            dir, lang, style, styleClass, title,
+            onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup,
+            onblur, onfocus, onchange, onselect,
+            accesskey, label, tabindex, disabled, readonly
+        -->
+        <xi:include href="../../../includes/html/_InputProperties.xml" xpointer="/faces_config/component/*" />
+
+        <xi:include href="../../../includes/html/EnabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/DisabledClassProperty.xml" xpointer="/faces_config/component/*" />
+        <xi:include href="../../../includes/html/SizeProperty.xml" xpointer="/faces_config/component/*" />
+
+        <component-extension>
+            <mfp:component-family>javax.faces.SelectOne</mfp:component-family>
+            <mfp:component-superclass>javax.faces.component.UISelectOne</mfp:component-superclass>
+            <mfp:component-supertype>javax.faces.SelectOne</mfp:component-supertype>
+
+            <mfp:tag-name>h:selectOneListbox</mfp:tag-name>
+            <mfp:tag-class>org.apache.myfaces.taglib.html.HtmlSelectOneListboxTag</mfp:tag-class>
+
+            <mfp:renderer-type>javax.faces.Listbox</mfp:renderer-type>
+        </component-extension>        
+    </component>
+</faces-config>