When I create a web project a choose click framework, the click-2.1.0-RC1-incubating jar is automatically added into the project's Libraries. This jar contains org.apache.click.util.Bindable class.
I have added click-2.1.0 jar manually into the project's Libraries but the result is the same, I get: cannot find symbol symbol: class Bindable Thank you! On Tue, Mar 23, 2010 at 12:39 PM, vxc vxc <[email protected]> wrote: > Hello, > > What is needed for Netbeens to recognize @Bindable annotation? > > I get: > > cannot find symbol > symbol: class Bindable > > Source code: > > package clicktest.page; > public class HomePage extends BorderPage > { > @Bindable protected String title = "Home"; > } > > Thank you!
