On Thu, 2010-02-25 at 08:56 -0700, Belaski, Eric wrote:
> Hi DT Community,
> 
>  
> 
> I am using the code below to create a link in using displaytag. I am
> using paramId and paramProperty to create the URL parameter
> dynamically.
> 
> Is there a way to pass more than one dynamic parameter?
> 


I believe the best way to do it is using an <a > directly, like:
<display:columntitle="Del"class="Center_Column"
paramId=""paramProperty="ticketId"> <a href>=
myapp?controllerId=FormController&methodId=deleteRecord&deltype=ticket&ticketid=${current.ticketid}&otherProp={$current.otherProp}
 </a> </display:column>

Miguel
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to