EL « Bean « JSP-Servlet Q&A





1. How to get the value of an arbitrary bean property from a JSP?    stackoverflow.com

I'm trying to write a custom JSPX tag that reads the value of a given bean property from each object in a given list, with the name of that property passed ...

2. Accessing a Bean Property Dynamically using EL    stackoverflow.com

I need to access a property of a bean whose name is stored in a variable using EL in a JSP page. If I were to access a property named "description", then ...

8. access custom bean in EL    coderanch.com





10. EL & Bean Collections    coderanch.com