Have you imported org.apache.click.util.Bindable? No, I have not and that was the issue. Thank you for your help!
On Wed, Mar 24, 2010 at 7:57 PM, Ernesto Celis <[email protected]>wrote: > > > >De: vxc vxc <[email protected]> > >> > >What is needed for Netbeens to recognize @Bindable annotation? > > > >> > >I get: > >cannot find symbol > >symbol: class Bindable > > Have you imported org.apache.click.util.Bindable? > > I use NetBeans 6.8 without any problem to build and deploy. > > > > >> > >Source code: > > > >> > >package clicktest.page; > >> > >public class HomePage extends BorderPage > >> > >{ > >> > > @Bindable protected String title = "Home"; > >> > >} > > > >> > >Thank you! > > > > > Encuentra las mejores recetas en Yahoo! Cocina. > http://mx.mujer.yahoo.com/cocina/ >
