I need to make sure that the properties that I use on the JSP page exist. I use a 3rd party jar from which I get data, and I want to make sure that some data is removed from the objects in this bank, that I do not show the bean properties that do not exist.
As I understand it, reflection is used in EL, so pre-compiling JSP pages does not help. Is there any tool or other solution that can check all the EL properties that I use to make sure they exist?
source
share