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 one?

On 8/30/07, Swaroop Belur <[EMAIL PROTECTED]> wrote:
 <property name="contactDao" ref="contactDao"/>
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




--
http://www.ehour.nl/ http://blog.ehour.nl/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to