📄 navigation.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -