In NetBeans 6.1 when you drop a component onto the design window an attribute for that component is no longer automatically created. To access the component in your backing bean, right-click the component and select Add Binding Attribute.
The reasoning for this is that we generally don't need to access most of the components in our backing bean, so all those extraneous attributes and getters/setters just add useless code.
It takes a little getting used to.
Any ads or links to ads that appear in this post are not endorsed nor recommended by this poster.