1. How to validate/syntax-check JSP taglibs? stackoverflow.comAt work I currently write a lot of custom JSP-Tags for our designers, which are written in JSP's XML flavour (rather than Java classes). When I typo'ed or made a mistake and ... |
2. Are they any way to improve JSP type safety? stackoverflow.comI added JSP compilation to my project, but still, compiler doesn't check wrong macros like ${object.value}, where object doesn't have getter for value. I am wonder if there some other ways to ... |