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
> direct approach for this but my dao object is returning null.and the
> applicationcontext.xml is
>
> <bean id="wicketApplication" class="project.MyApplication">
>     <property name="contactDao" ref="contactDao"/>
> </bean>
> is throwing exception for undefined bean.
> can some body help.
>
> thanks
>

Reply via email to