I\'m trying to call my custom tag from the JSTL tag . Because of the quotes, the custom tag is shown as a string instead of a tag. Can I use an esc
You'll have to assign the output of your custom tag to a temp variable first and then use it