Topic: 该不该用Struts的标签? 困扰我很久的问题~~ |
Print this page |
1.该不该用Struts的标签? 困扰我很久的问题~~ | Copy to clipboard |
Posted by: binghe996 Posted on: 2006-07-08 08:38 方案1: <% News ns=(News)request.getAttribute("SETNEWS"); %> <html:text property="title" maxlength="50" styleClass="textStyle" value="<%=ns.getTitle()%>"/> 方案2: <input type="text" maxlength="50" class="textStyle" value="<bean:write name="SETNEWS" property="title"/>"/> ------------- 如果用方案1的话,Struts的标签不能嵌套,只能用 value="<%=ns.getTitle()%>" 来负值; 如果用方案2的话,可以直接用Struts的标签负值. 我的问题是:该不该用Struts的标签呢? 方案1和方案2哪一个更好一些呢?大家平常都是怎么写的? 希望高手们不吝赐教,先谢了! |
2.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: binghe996] | Copy to clipboard |
Posted by: vicious Posted on: 2006-07-13 23:34 在action中对News封装, 并在action中对form的title字段赋值(form.setTitle(News.getTitle()))。 这样在jsp中直接写<html:text property="title" maxlength="50" styleClass="textStyle" />就行了。 |
3.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: binghe996] | Copy to clipboard |
Posted by: floater Posted on: 2006-07-14 08:48 use it. The first way is exactly the reason why struts has the second way. my 2 cents. |
4.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: vicious] | Copy to clipboard |
Posted by: zcjl Posted on: 2006-07-15 09:21 可以考虑使用struts-el标签 不过通常情况下,我会优先考虑jstl标签 |
5.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: zcjl] | Copy to clipboard |
Posted by: Jcat Posted on: 2006-07-15 20:17 楼主重复发贴哦~不厚道哦~~ http://www.cjsdn.net/post/view?bid=51&id=177990&sty=1 |
6.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: binghe996] | Copy to clipboard |
Posted by: qkmadcat Posted on: 2006-07-23 13:24 有一种标签叫“jstl”,有一种表达式叫“el” |
7.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: binghe996] | Copy to clipboard |
Posted by: zjh666qq Posted on: 2006-08-31 09:11 呵呵,学习下. |
8.Re:该不该用Struts的标签? 困扰我很久的问题~~ [Re: binghe996] | Copy to clipboard |
Posted by: lordheart Posted on: 2006-09-21 14:24 用了标签 js咋写? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |