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 >
