Christina - 2008-06-06

Hi!

I'm using displaytag in a portlet environment, and I'm having some problems. My current problem is the lack of an example on how to build a portlet URL using the "href" attribute and other attributes in the display:column tag. I'm using Spring Portlet MVC and Spring Webflow in the current scenario. In a normal "<a href>" html tag the url would look something like this:
<portlet:actionURL>
<portlet:param name="_flowExecutionKey" value="${flowExecutionKey}" />
<portlet:param name="_eventId" value="someEvent" />
<portlet:param name="someParameter" value="someParameterValue" />
</portlet:actionURL>

Does anyone know how to build this url in the displaytag column?
It would be wonderful to get this working seeing as there are so many advantages using DisplayTag.

Thank you for your answer :-)