I think the following patch needs to be checked in.  It works for me.

-pmr

*** SwingTagLibrary.java.~1.14.~        2002-10-31 00:13:42.000000000 -0500
--- SwingTagLibrary.java        2002-11-14 10:55:14.000000000 -0500
***************
*** 177,182 ****
--- 177,183 ----
       */
      protected void registerFactories() {
          registerBeanFactory( "button", JButton.class );
+         registerBeanFactory( "buttonGroup", ButtonGroup.class );
          registerBeanFactory( "checkBox", JCheckBox.class );
          registerBeanFactory( "checkBoxMenuItem", JCheckBoxMenuItem.class );
          registerBeanFactory( "comboBox", JComboBox.class );


--
To unsubscribe, e-mail:   <mailto:commons-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-user-help@;jakarta.apache.org>

Reply via email to