0

如何加载独立文件 jsp 或 servlet?

4

1 回答 1

1

在您的 jsp 中,用 if 块包围菜单代码,

<c:if test="userProvider.LoggedIn">
   //menu code
   <jsp:include page="userspecific.jsp" flush="true" />
</c:if>
于 2011-07-25T15:03:35.153 回答