⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hello.jsp

📁 jsf 控件的中ajax的支持 jsf控件的应用
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%-- jsf:pagecode language="java" location="/src/pagecode/Hello.java" --%><%-- /jsf:pagecode --%>
<%@page language="java" contentType="text/html; charset=ISO-8859-1"
	pageEncoding="ISO-8859-1"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<html>
<head>
<title>hello</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Rational Software Architect">
</head>
<f:view>
	<body>
	<hx:scriptCollector id="scriptCollector1">
		<h:form id="form1" styleClass="form">
			<h:inputText id="text1" styleClass="inputText">
				<hx:behavior event="onblur" behaviorAction="get" targetAction="group1" />
			</h:inputText>
		</h:form>
		<h:panelGroup id="group1" styleClass="panelGroup">
			<h:outputText id="text2" styleClass="outputText" value="Hello, #{param.text1}" />
		</h:panelGroup>
		<hx:ajaxRefreshRequest id="ajaxRefreshRequest1" target="group1" params="text1" />
	</hx:scriptCollector>
	</body>
</f:view>
</html>

⌨️ 快捷键说明

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