您的位置:首页 > 编程语言 > Java开发

Struts Logic notEqual用法

2007-05-18 18:26 169 查看
Struts Logic 用法

                     <logic:notEqual name="result" property="repairStatus" value="Closed">
notEqual

iterate 

<ol>
 <logic:iterate id="element" name="bean" property="stringArray" indexId="index">
 <li>
 <em>
 <bean:write name="element"/>
 </em> 
 [<bean:write name="index"/>]</li>
 </logic:iterate>
 </ol> 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  struts bean