The JSTL can easily replace many of the Struts tags.  The <c:out> tag is
equivalent to <bean:write>. To iterate you can use the <c:forEach> tag
instead of the Struts <logic:iterate>

Keep in mind that you still use Struts to provide the controller and you
will continue to use the Struts html tags for form creation.

?ffffffffffb8?ffffffffffdf ?ffffffffffb5?ffffffffffc f?= wrote:
> i am developping a project based on struts,and i also
> want to use jstl1.1 in the jsp page.in my action
> class,i have return a Iteratorobject like this:
> Iterator iter = service.getLogs(querySentence, page);
> request.setAttribute("logs", iter);
> but i don't know how to get it in jstl,while in struts
> u can use <bean:write> tag,so i wonder if it is
> possible in jstl1.1?
> 
> _________________________________________________________
> Do You Yahoo!?
> 美女明星应有尽有,"一搜"搜遍美图、艳图和酷图
> http://image.yisou.com
>  
> 100兆邮箱够不够用?雅虎电邮自助扩容!
> http://cn.rd.yahoo.com/mail_cn/tag/100m/*http://cn.promo.yahoo.com/minisite/100m/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to