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.
独立したファイル jsp またはサーブレットをロードするにはどうすればよいですか?
jsp で、メニュー コードを if ブロックで囲みます。
<c:if test="userProvider.LoggedIn"> //menu code <jsp:include page="userspecific.jsp" flush="true" /> </c:if>