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.
Struts2<s:if>タグを使用して、さまざまな JSP ページからの関数の戻り値を評価する必要があります。
<s:if>
関数はクラス内に実装されており、別の JSP ページで使用したい
例:
<s:if test="%isLogin()==true">dosomething</s:if>