What you can do is inject (via @SpringBean) your "dao" into a component/page. When that component/page constructs the data provider, it can pass in the injected dao reference. That reference will be okay to serialize/deserialize.
On Wed, Aug 6, 2008 at 8:54 AM, alex2008 <[EMAIL PROTECTED]> wrote: > > I'm seeing spring-phonebook, i would like use dataview for obtain a list. > I'm read on ContactsDataProvider: > "note: it is important that the dao passed to the data provider be a proxy > > from wicket-contrib-spring when used in non-testing environment. > ...." > > > Why do you have to use createSPringBeanProxy()? > > > -- > View this message in context: > http://www.nabble.com/SpringWebApplicationFactory-and-applicationClassName-is-missing-tp18751687p18850568.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]
