如何使用作为属性传递的参数调用bean方法

时间:2012-07-15 22:58:03

标签: jstl javabeans

<c:out value="${sessionScope.controller.getQuestion(${requestScope.questionNumber})}"/>

,其中

controller是一个bean

getQuestion是一个bean的方法

questionNumber是一个属性

当我调用没有参数的bean方法时,它可以工作。

<c:out value="${requestScope.questionNumber}"/>

返回所需的值

1 个答案:

答案 0 :(得分:0)

我认为你的意思 bean的声明以及在jsp页面中使用分配给bean声明的id。

jsp:useBean id =“qanda”class = 然后 qanda.setQuestion(“一个问题?”); ... 没时间了