开发者

Compile-like validation for EL

开发者 https://www.devze.com 2023-01-29 05:14 出处:网络
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 tha

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

0

精彩评论

暂无评论...
验证码 换一张
取 消