Re: How to integrate wicket frame work with spring

2007-08-31 Thread Evan Chooly
You can also look at qwicket.sf.net for some ideas on integrating spring and wicket. It's a little out of date atm but the ideas are the same either way On 8/30/07, bhupat parmar <[EMAIL PROTECTED]> wrote: > > hi > i need help in integrating wicket frame work with spring frame .i am using > direc

Re: How to integrate wicket frame work with spring

2007-08-30 Thread Gwyn Evans
On Thursday, August 30, 2007, 1:19:20 PM, Sam <[EMAIL PROTECTED]> wrote: > Have you read: http://www.wicket-wiki.org.uk/wiki/index.php/Spring > http://www.wicket-wiki.org.uk/wiki/index.php/Spring? That's http://cwiki.apache.org/WICKET/spring.html now! The www.wicket-wiki.org.uk site has bee

Re: How to integrate wicket frame work with spring

2007-08-30 Thread Sam Hough
is returning null.and the > applicationcontext.xml is > > > > > is throwing exception for undefined bean. > can some body help. > > thanks > > -- View this message in context: http://www.nabble.com/How-to-integrate-wicket-frame-work-with-spring-tf4352831.html#

Re: How to integrate wicket frame work with spring

2007-08-30 Thread Thies Edeling
You're missing Spring bean definitions, not really Wicket related. Read Spring's manual: http://static.springframework.org/spring/docs/2.0.x/reference/beans.html#beans-factory-metadata bhupat parmar wrote: which xml file ? web.xml or context.xml, applicationcontext.xml or any other xml which o

Re: How to integrate wicket frame work with spring

2007-08-30 Thread bhupat parmar
which xml file ? web.xml or context.xml, applicationcontext.xml or any other xml which one? On 8/30/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: > > >>> > > Have u defined "contactDao" in your xml file > Basically there should be a definition in your xml file corresponding to > "contactDao" i.e

Re: How to integrate wicket frame work with spring

2007-08-30 Thread Swaroop Belur
>>> Have u defined "contactDao" in your xml file Basically there should be a definition in your xml file corresponding to "contactDao" i.e contactDao should point to a class in ur classpath -swaroop belur

How to integrate wicket frame work with spring

2007-08-30 Thread bhupat parmar
hi i need help in integrating wicket frame work with spring frame .i am using direct approach for this but my dao object is returning null.and the applicationcontext.xml is is throwing exception for undefined bean. can some body help. thanks