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:set var="value" value="<%=bean.getValue() %>"/>
ここで、bean は渡したオブジェクトです。今度は、この変数 value を Bean として使用して、<%=>タグで使用できるようにします。
<%=>
c:set で変数セットを使用して a で使用する方法はあり<jsp:useBean>ますか?
<jsp:useBean>