Method « EL « JSP-Servlet Q&A





1. JSPX EL 2.2 method calling using EL 2.1    stackoverflow.com

I have JSP that works fine in Tomcat 7 but does not work in Tomcat 6 which I assume is the fact that you cannot call methods (other than getters/setter) from ...

2. How to call java methods in EL?    stackoverflow.com

Possible Duplicate:
JSTL & Spring: Accessing methods with arguments
I am trying to access a method using EL like this
<jsp:useBean id="search" class="com.app.pro.Search" />
<c:set var="searchResult" value="${search.doSearch(arg0, ...

3. using convenience methods in jsp el    coderanch.com

5. Invoke a method in EL?    coderanch.com