Re: [Wicket-user] problems migrating the application to the latest wicket

2006-08-03 Thread Eelco Hillenius
Hi, I can't find anything wrong with your code by looking at it. Maybe you could submit a complete example (include the base classes and markup files) in e.g. a quickstart project so that we can take a look at it? QWicket is a great way to get a project in a few clicks: http://www.antwerkz.com/qwi

[Wicket-user] problems migrating the application to the latest wicket

2006-08-02 Thread Dipu
Hi All,   I am trying to migrate my application to the latest version of wicket and i am having troubles.   The first thing that i identified is that the buttons on submit is not getting called. The findSubmittingButton() method in the Form object is returning null.   I am attaching sample f