Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<c:out value="${sessionScope.controller.getQuestion(${requestScope.questionNumber})}"/>
どこ
コントローラはBeanです
getQuestionはBeanのメソッドです
questionNumberは属性です
パラメータなしでBeanメソッドを呼び出すと、機能します。
<c:out value="${requestScope.questionNumber}"/>
必要な値を返します
Bean の宣言と、jsp ページでの Bean の宣言に割り当てられた ID の使用を意味していると思います。
jsp:useBean id="qanda" class= then qanda.setQuestion("質問?"); ...ここで時間切れ