快速业务通道

利用Stripes、Apache Derby和Eclipse进行无配置的J2EE开发(二) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-17
:link href="/glossary/action/Glossary.action"  event="editForm">       Edit       <stripes:link-param name="termId" value="${row.id}" />      </stripes:link>|      <stripes:link href="/glossary/action/Glossary.action"  event="delete">        Delete        <stripes:link-param name="termId" value="${row.id}" />      </stripes:link>     </td>    </tr>    </c:forEach>   </table> </stripes:form> <br /> <br /> </div> <div class="footer"> <hr style="height: 1px;" /> Glossary 1.0 is brought to you by <a target="_blank"    href="http://ibm.com/developerworks">IBM  DeveloperWorks</a></div> </div> </body> </html> ]]>

利用Stripes、Apache Derby和Eclipse进行无配置的J2EE开发(二)(9)

时间:2011-03-26 IBM B.J. Allmon

/glossary/termAdd.jsp

/glossary/termAdd.jsp 文件(如 清单 11 所示)包含一个表单,该表单调用适当的 ActionBean 处理程序,以向数据库添加新的术语。该表单非常基本。还没有介绍过的用 于该任务的标记有:

<![CDATA[<stripes:text/>]]>:这是 Stripes HTML 输入文本框。

<![CDATA[<stripes:textarea/>]]>:这是 Stripes HTML 输入文本区域 。

<![CDATA[<stripes:submit/>]]>:这是 Stripes 表单 Submit 按钮。 同样,使用按钮的名称来调用 ActionBean 中的事件。在本例中,事件是 add。

清单 11. /glossary/termAdd.jsp

<![CDATA[ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <%@ page contentType="text/html;charset=UTF-8" language="java"% > <%@ taglib prefix="stripes"    uri="http://stripes.sourceforge.net/stripes.tld"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"% > <html> <head> <link rel="stylesheet" type="text/css"    href="${pageContext.request.contextPath}/style/glossary.css" /> <script  src="${pageContext.request.contextPath}/scripts/glossary.js"></script> ; <title>Glossary 1.0</title> </head> <body> <div class="contentBorder">    <a href="${pageContext.request.contextPath}">      <img border="0"  src="${pageContext.request.contextPath}/images/glossary.gif"      class="logo" />    </a>    <stripes:form action="/glossary/action/Glossary.action"  method="POST">    <div class="contentBody">    <div class="title">New Term</div>    <br />    <br />    <b>Term: </b><br />    <stripes:text name="term" 

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号