Hi,
To be more detailed I describe in a few steps how my application should
work:
1.AjaxSubmitLink addLink = new AjaxSubmitLink("newrow", form) -
Clicking for this button the new empty row is added to the list view.
The new row includes also SubmitLink. It means that each item at the
list ha
Hi,
I have welcome following page Home.java
public class HomePage extends WebPage {
public HomePage(){
add(new Drift("panel"));
}
}
It seems that everything should work but I receive exception that "Can't
instantiate page using constructor p