Using Custom Tags with Spring
Hi there,
I am a newbie to Spring, so please excuse me if I am asking you a silly question! :wink:
We are developing our new web-plattform with Spring. We are using some of our own custom tags which need access to our database. So I should be able to inject a Dao-Bean into this custom tag, shouldn't I?!
How do I accomplish that??? It does NOT work, if I register the custom tag in the applicationContext.xml. (Probably, because Spring is using its own instance of the tag class)
For filters I have figured out, that I have to use the FilterToBeanProxy class from acegi to integrate the filter with Spring. Is there a similar solution for custom tags?
Thanks in advance!
Chris