1. Can't resolve objects using EL stackoverflow.com
In my HttpServlet class' doGet(..) method ... |
2. EL questions? object method access coderanch.comIf you have a bean that has a getValues method then ${something.values} will give you whatever getValues returns. Depending on how this is used it may or may not be useful to you. looking at Map, the values() method returns a collection, so if you pass the result of ${something.values} to a tag that is expecting a Map then you will ... |
3. Object Type Argument to EL Functions coderanch.com |
4. Problem Accessing Objects and EL in JSP coderanch.com |