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

📄 auto.jsp

📁 struts2+ejb3.0+mysql+jboss+myeclipse的登录模块
💻 JSP
字号:
<%@page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
    <title>自动完成</title>
	<s:head theme="ajax" debug="true"/>
</head>
<body>
将两个关联起来
<br/>
<s:debug/>
<form id="selectForm">
  请选择您喜欢的作者:<br>
  <s:autocompleter theme="simple" name="author" 
	list="{'李刚','Rod Johnson' , 'David Flanagan'}"  
	value="李刚" notifyTopics="/book"
	forceValidOption="true"
	id="sel"/>
</form>
请选择您喜欢的图书:<br>
<s:url id="getBook" value="/getBook.action"/>
<s:autocompleter theme="ajax" href="%{getBook}"  cssStyle="width: 240px;" loadOnTextChange="true"
	autoComplete="false" formId="selectForm" listenTopics="/book" forceValidOption="true" id="ops"/>
</body>
</html>

⌨️ 快捷键说明

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