el « Property « JSP-Servlet Q&A





1. EL to Access Indexed Properties    coderanch.com

2. El property not found problem    coderanch.com

3. problem with EL functions accessing a class property    coderanch.com

Hi mooses! Well, as this is my first messege I want to say hello to all of you. Let's go to my problem/question. I have been looking for this through the website and the internet and I haven't got a solution or a reference so let's see if any of you can help me. I have created an EL function that ...

4. Using EL to loop through a List and display all its properties    coderanch.com

Hello rancher geniuses, I'm trying to use a JSP to display information gathered by hibernate. The model uses hibernate to generate a List of objects, and each object has several properties that I want to display. I'm able to successfully pass the List to the controller, but I can't figure out how to get the view to loop through the list ...