ivaynberg / bindgen-wicket

Automatically exported from code.google.com/p/bindgen-wicket
0 stars 1 forks source link

import of org.bindgen.wicket.Bindings.* not available #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow either of the short hand examples in the javadoc of BindingModel.java

What is the expected output? What do you see instead?

For the compiler to accept the following code:
* import static org.bindgen.wicket.Bindings.*;
* import static org.bindgen.BindKeyword.*;
...
* model(bind(this).person().address().street1());

What version of the product are you using? On what operating system?
eclipse 3.5.2, aspectjr 1.6.8, bindgen 2.5, wicket 1.4.5, bindgen-wicket 1.0.

Please provide any additional information below.
eclipse cannot find org.bindgen.wicket.Bindings. Therefore the function
model() does not work.

Original issue reported on code.google.com by hielke.hoeve on 28 Jan 2010 at 10:46