首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Struts2 <s:property value=""/>标签 施用注意事项

2012-10-08 
Struts2 s:property value/标签 使用注意事项使用s:property valueattrName/ 1.要确保Action类

Struts2 <s:property value=""/>标签 使用注意事项
使用<s:property value="attrName"/>
1.要确保Action类为JavaBean
2.不能使用重定向,如在struts.xml中配置<result type="dispatcher" name="success">/success.jsp</result>

热点排行