I have a bunch of java user tags that use spring managed beans .. since I cannot find a way to insert into the user tag, I created a helper class that provides static methods for getProObjectINeedBean () for all spring bean objects that I are needed. I don't like this approach at all.
I really want to be able to embed a spring driven bean in a custom tag
Is there any way? As for my research, I understand that there is no way to do this, because the user tag is controlled by the container
Thank,
Billy
java spring inversion-of-control jstl
Billworth Vandory Aug 10 2018-10-10T00: 00Z
source share