You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2008/01/16 10:57:54 UTC

svn commit: r612404 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java

Author: idus
Date: Wed Jan 16 01:57:52 2008
New Revision: 612404

URL: http://svn.apache.org/viewvc?rev=612404&view=rev
Log:
cosmetic: fixed documentation

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java?rev=612404&r1=612403&r2=612404&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java Wed Jan 16 01:57:52 2008
@@ -49,7 +49,7 @@
  */
 
 /**
- * Render a group of checkboxes.
+ * Renders a multi selection option listbox with a label.
  */
 
 @Tag(name = "selectManyListbox")