Just put it in the body of the <display:column> tag and it should work fine.
  (*Chris*)

On Fri, Jun 6, 2008 at 4:13 AM, SourceForge.net <[EMAIL PROTECTED]> wrote:
>
> Read and respond to this message at:
> https://sourceforge.net/forum/message.php?msg_id=5011941
> By: ckv123
>
> 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 :-)
>
> ______________________________________________________________________
> You are receiving this email because you elected to monitor this forum.
> To stop monitoring this forum, login to SourceForge.net and visit:
> https://sourceforge.net/forum/unmonitor.php?forum_id=249318
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to