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

📄 searchcontent.jsp

📁 精通Struts基于MVC的Java.Web设计与开发孙卫琴编著书中案例addressbook
💻 JSP
字号:

<%@ include file="taglibs.jsp" %>
<app:validateSession/>
<center>
<html:errors/>
<html:form action="/search.do" focus="title">
<table border="0" cellspacing="0" cellpadding="0">
	 <tr>
	 <td> <bean:message key="prompt.name"/></td>
	 <td>
	 	<html:text property="name" size="25" maxlength="25"/>
	 </td></tr>
	<tr>
	 	<td> <bean:message key="prompt.phone"/></td>
		 <td>
			<html:text property="phone" size="25" maxlength="10"/>
		 </td>
	 </tr>
	<tr>
		 <td> <bean:message key="prompt.address"/></td>
		 <td>
			<html:text property="address" size="25" maxlength="50"/>
		 </td>
	 </tr>
	 <tr>
	    <td align="right">
	      <html:submit property="submit" >                     
			<bean:message key="button.search"/>
		  </html:submit>

	      
	     </td>
	  <td align="left">
	  <html:reset  >                     
			<bean:message key="button.reset"/>
	   </html:reset>
	  </tr>
</table>
</html:form>
<html:link forward="mainMenu"><bean:message key="goto.mainMenu"/></html:link>
</center>

⌨️ 快捷键说明

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