there was also a project that integrated commons-attributes instead of
the springbean annot so your code would be

/** @SpringBean */ private dao;

instead of the jdk5 version
@SpringBean private dao;

-igor

On Fri, Sep 12, 2008 at 1:39 PM, mahone9 <[EMAIL PROTECTED]> wrote:
>
> Hmmm, i thought about it too. But is it the best practise or an acceptable
> hack ???
>
> With ur mentioned approach I have always to be aware of wicket beans in
> order to handle them in that special way.
>
> Is it somehow possible to hook into any bean instantiation class (or
> beanFactory etc.)... and tell spring if any wicket bean comes into then
> handle it in a special way.
>
> Are there any other options ???
>
> Thanks
>
>
>
> --
> View this message in context: 
> http://www.nabble.com/AW%3A-integration-Spring-Wicket-Hibernate-problem-with-injection-bean-tp19462976p19463709.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]

Reply via email to