syntax « Validation « JSP-Servlet Q&A





1. How to validate/syntax-check JSP taglibs?    stackoverflow.com

At 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.com

I 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 ...