struts2 中 <c:text > 和<c:property>
<c:text name="msssing.message" />:获得属性文件中的文本消息
<s:property value="message"/> 获得一个请求bean中属性值
发布时间: 2012-11-06 14:07:00 作者: rapoo
struts2 中 <c:text > 和<c:property>
<c:text name="msssing.message" />:获得属性文件中的文本消息
<s:property value="message"/> 获得一个请求bean中属性值