📄 jsf_01.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GB18030" pageEncoding="GB18030"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=GB18030"><title>Insert title here</title></head><body><f:view>
<h:form>
<h:inputText value="#{firstbean.number1}"/>
+
<h:inputText value="#{firstbean.number2}"/>
<h:commandButton action="#{firstbean.compute}" value="="/>
<p>
<h:commandButton action="success" value="转向成功"/>
<h:commandButton action="error" value="转向失败"/>
<h:commandButton action="#{firstbean.gogogo}" value="动态转向测试"/>
</h:form>
</f:view>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -