
struts
okajax
这个作者很懒,什么都没留下…
展开
-
Struts标签库学习——HTML
Struts提供了五个标签库,即:HTML、Bean、Logic、Template和Nested。 标签库 说明 HTML 标签 ...2007-05-31 12:23:17 · 133 阅读 · 0 评论 -
struts标签使用举例--logic篇
1. logic:empty 该标签是用来判断是否为空的。如果为空,该标签体中嵌入的内容就会被处理。该标签用于以下情况: 1)当Java对象为null时; 2)当String对象为""时; 3)当java.util.Collection对象中的isEmpty()返回true时; 4)当java.uti...2007-05-31 12:25:45 · 75 阅读 · 0 评论 -
Struts中的下拉列表标签的使用
<html:select property="" > <html:option value="">请选择...</html:option> <html:options collection="${colname}" property="id" labelProperty="idValue" />2007-05-31 12:28:08 · 119 阅读 · 0 评论 -
Struts标签
Struts标记库JSP视窗组件所使用的struts标记库由四类标记组成:2. Bean标记:用来在JSP页中管理bean3. 逻辑标记:用来在JSP页中控制流程4. HTML标记:用来生成HTML标记,在表单中显示数据,使用会话ID对URL进行编程5. 模板标记:使用动态模板构造普通格式的页2.1 Bean标记这个标记库中包含用于定义新bean、访问bean及其属性的标记。Stru...2007-05-31 12:32:52 · 128 阅读 · 0 评论 -
Ajax using XMLHttpRequest and Struts
Ajax using XMLHttpRequest and StrutsAbout five years ago I worked on a web app project where one of the primary requirements was that it should look, work and feel like a Windows-based fat client. N...2007-06-02 14:59:30 · 130 阅读 · 0 评论