如何使用escapeXML for optionCollection

时间:2012-11-09 14:35:00

标签: struts2 struts option

我正在使用struts2。我想出了这个问题。

我有这段代码

<html:optionsCollection name="items" label="${itemsLabel}" value="${itemsId}"/>

变量here items(bean的集合),itemsLabel(bean的属性)。

如何在此代码中使用escapeXML?

我打算通过循环遍历项目将这个optionsCollection更改为选项数组。但我不知道如何使用两个EL表达式并检索bean对象的属性。

任何帮助将不胜感激。 谢谢,

1 个答案:

答案 0 :(得分:0)

正如Jaiwo99所说,它看起来不像struts 2标签。但是对于s:property标签,有一个类型为Boolean的escapeXml选项。

请通过以下链接获取更多信息。

http://struts.apache.org/2.2.1/docs/property.html