example-search.jsp

来自「struts spring ibatis」· JSP 代码 · 共 32 行

JSP
32
字号
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>

<html>
<head>
<s:head />
<title>example</title>
</head>
  
  <body>
 <s:form action="/example/load.action" validate="true">

			<table align="left">
				
				<tr>
					<td align="left" >
						<s:textfield label="find example by exampleId "   name="exampleId" labelposition="top" />


					</td>
				</tr>
				<tr>
					<td align="left">
						<s:submit type="image" theme="simple" label="search" src="/struts/images/search.gif" />
					</td>
				</tr>
			</table>
		</s:form>
		
  </body>
</html>

⌨️ 快捷键说明

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