Hello,

I need to fetch an item from my database and use it to render my custom JSP tag.
I want to use my managers, already developed and tested. Unfortunately
I have no idea how to inject dependency into my tag, so I cannot use
beans declared in application context. I tried to do it manually,
creating new DAO object and new Manager, but it doesn't work (I don't
get any error message, but the page is blank). Is there anything I
need to keep in mind while searching for solution? Is there a way to
inject my Manager Bean into my Tag handler?

best regards,
Łukasz Bachman

Reply via email to