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?

<display:column title="Del" class="Center_Column" 
href="myapp?controllerId=FormController&methodId=deleteRecord&deltype=ticket&" 
paramId="ticketid" paramProperty="ticketId">
</display:column>


I tried doing something like this:
paramId="ticketid,transporttype" paramProperty="ticketId,transportTypeId"

But that did not work.

Thanks for your help.

Eric

________________________________
This electronic message transmission contains information from Black Hills 
Corporation, its affiliate or subsidiary, which may be confidential or 
privileged. The information is intended to be for the use of the individual or 
entity named above. If you are not the intended recipient, be aware the 
disclosure, copying, distribution or use of the contents of this information is 
prohibited. If you received this electronic transmission in error, please reply 
to sender immediately; then delete this message without copying it or further 
reading.
------------------------------------------------------------------------------
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