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

Struts s:property 标签的施用

2012-08-21 
Struts s:property 标签的使用?1. s:property value%{li刘庆/li} /?会显示li刘庆/li?2. 我

Struts s:property 标签的使用

?

1. <s:property value="%{'<li>刘庆</li>'}" />

?

会显示

<li>刘庆</li>

?

2. 我们要显示html 而不是转意思后的文本

?

<s:property value="stateText" escape="false" />

?

escape

innerHTML

就OK

?

Name

Required

Default

Evaluated

Type

Descriptiondefaultfalse?falseStringThe default value to be used if
Example 1 prints the result of myBean's getMyBeanProperty() method.Example 2 prints the result of myBean's getMyBeanProperty() method and if it is null, print 'a default value' instead.

热点排行