I am using display tag 1.2.1 version and I want to pass more than one parameter. How to pass more than one parameters using display tag with escapeXml property true.

有帮助吗?

解决方案

I think your problem is to show link in html and that should not appear in the exported data. If it is you can define a display:column with media type html.

<display:column media="html"  titleKey="DetailView">
    <a href="action_page.html?param1=123&param2=456">View</a>                       
</display:column>
<display:column media="xml"  titleKey="DetailView">View</display:column>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top