1. JSP Custom Taglib: Nested Evaluation stackoverflow.comSay I have my custom taglib:
Inside the taglib class I need to process a template and tell the JSP to re-evaluate its output, ... |
2. nested el variables for jsp taglibs stackoverflow.comI'm trying to create an el variable that is only available inside a tag so that it would be something like:
I've followed the documentation I can find ... |