質問

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