Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

calling a method with parameters in jstl?

843838Dec 24 2006 — edited Nov 26 2007
i need to call a method with a series of String parameters what am i doing wrong?

the java
    public ArrayList getEmployeeSkills(String ename, String snmae, String yearsexp)
the jstl
    <jsp:useBean id="empskill" class="com.Database.EmployeeSkill"/>
    
    <c:forEach var="emp" items="${empskill.EmployeeSkills(null, null, null)}">
    </c:forEach>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2007
Added on Dec 24 2006
11 comments
3,656 views