Compile-like validation for EL
I need to make sure the properties I use in JSP page exist. I use 3-rd party jar that I get data from and I want to make sure if some of the data is removed from the object开发者_StackOverflows in that jar that I don't display the bean properties that don't exist.
As I understand reflection is used in EL, so pre-compilation of JSP pages doesn't help. Is there some kind of tool or other solution that can check all the EL properties I use to make sure they exist?
You may want to try out Eclipse Editor JSP Plugin
精彩评论