利用Stripes、Apache Derby和Eclipse进行无配置的J2EE开发(二) - 编程入门网
: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
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |