0

I have method with one parameter in a class now i need to call method by passing parameter from jsp using expression language.

currently i am doing this application using jsf,spring,hibernate.

    <c:forEach items="${certificateToolState.certificateDefinition.awardCriteria}" var="criterion">
                  <div id="${criterion.id}" >
                        ${criterion.getCriteriaFactory().getCriteriaTemplate(criterion.id).getExpression()}
                 </div>

  </c:forEach>

while trying this one i got jasper exception I think I tried in wrong way.

can any one help me out.

Thanks in advance

BalusC
  • 1,040,783
  • 362
  • 3,548
  • 3,513
Naresh Kallamadi
  • 165
  • 1
  • 14
  • Why did you add `[struts]` tags? – BalusC Jan 30 '14 at 11:13
  • 2
    possible duplicate of [Invoke direct methods or methods with arguments / variables / parameters in EL](http://stackoverflow.com/questions/3284236/invoke-direct-methods-or-methods-with-arguments-variables-parameters-in-el) – BalusC Jan 30 '14 at 11:16

0 Answers0