1) For see this project i don't use a true ide. Sorry. :blush: 2) Tomcat has extract the war file after the first execution, the specifically wicket jars available are: wicket-1.2.jar wicket-extensions-1.2.jar wicket-spring-1.2.jar .... While i see two spring version of library: spring-1.2.7.jar and spring-1.2.6.jar Perhaps this is the problem?
Thanks. igor.vaynberg wrote: > > On Tue, Aug 5, 2008 at 8:51 AM, alex2008 <[EMAIL PROTECTED]> wrote: >> >> 1) On ListContactsPage.java: >> >> // set up data provider >> >> ContactsDataProvider dataProvider = new ContactsDataProvider(getDao()); >> >> There is a reference to getDao(). >> >> Where is declared this method? > > can you not ctrl click it in your IDE? iirc it is in the basepage. > >> 2) >> Image of the screen when happen the error expire page: >> http://www.mediafire.com/imageview.php?quickkey=0zmct2dnygi&thumb=5 >> http://www.mediafire.com/imgbnc.php/b81beb44b7e97f8cb42b2103a14c12304g.jpg >> >> Image of the screen when happen the error expire page: >> http://www.mediafire.com/imageview.php?quickkey=0zmct2dnygi&thumb=4 > > you are using incompatible versions of wicket jars > > -igor > >> -- >> View this message in context: >> http://www.nabble.com/Questions-about-wicket-phonebook-1.2-tp18834046p18834046.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Questions-about-wicket-phonebook-1.2-tp18834046p18844370.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
