From: "Paul Michael Reilly" <[EMAIL PROTECTED]> > I think the following patch needs to be checked in. It works for me. >
Great stuff - thanks Paul. Change committed in CVS. James ------- http://radio.weblogs.com/0112098/ > -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> > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:commons-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-user-help@;jakarta.apache.org>
