[java ee programming] Wicket problem

2010-03-23 Thread Rafał Laczek
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

[java ee programming] Wicket - problem with refreshing page

2010-05-09 Thread Rafał Laczek
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