سؤال

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