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="customer" value="${new com.test.Customer()}" />
しかし、これは機能しません。このような可能性はありますか?
c:setの代わりに、JSPページからSpEL式を評価できる新しいspring:evalJSPタグを使用できます。