Question

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.

Was it helpful?

Solution

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top