navigation.jsp

来自「一个使用struts+hibernate+spring开发的完的网站源代码。」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%><h:panelGrid columns="1" >    <h:commandLink action="nav_page1">        <h:outputText value="Page1" />    </h:commandLink>    <h:commandLink action="nav_page2">        <h:outputText value="Page2" />    </h:commandLink>    <h:commandLink action="nav_page3">        <h:outputText value="non-tiles page" />    </h:commandLink>    <h:form id="button">        <h:commandButton value="nested Tiles" action="#{tilesBacking.pressMe}">            <f:actionListener type="org.apache.myfaces.tiles.example.DemoActionListener"/>        </h:commandButton>    </h:form></h:panelGrid>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?