bug972165cactustest.jsp
来自「一个使用struts+hibernate+spring开发的完的网站源代码。」· JSP 代码 · 共 13 行
JSP
13 行
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %><f:view> <h:form id="testForm"> <h:selectBooleanCheckbox id="checkDisabled" value="#{bug972165Bean.checkDisabled}" disabled="true" /> <h:selectBooleanCheckbox id="checkCommand" value="#{bug972165Bean.checkCommand}" onclick="submit()" immediate="true" /> <h:commandButton id="submit" value="Submit"/> </h:form> <f:verbatim>CheckDisabled:</f:verbatim><h:outputText value="#{bug972165Bean.checkDisabled}" /></f:view>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?