Jakarta « Tag « JSP-Servlet Q&A





1. Why was Jakarta jsp log taglib retired?    stackoverflow.com

I understand that jakarta taglibs were retired since most of the functionality was replaced by JSTL, however, why was the Logs taglib retired? Is there a better alternative to this straightforward ...

2. Jakarta Custom Tags    coderanch.com

you could just arrange to call .toString() on whatever you get out - if the values you get are guaranteed to be int or string you could save time by just accounting for those two scenarios but if yo uwant it to be totaly generic you can use reflection to check the type of the return value and to use this ...