You might have more luck on the list for that tag:
http://lists.sourceforge.net/lists/listinfo/displaytag-user

I use decorators to do this sort of thing.

Paul

-----Original Message-----
From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED]
Sent: 29 August 2003 12:02
To: Struts Users Mailing List
Subject: 2 Parameters


Does anyone know if it possible to pass 2 parameters using the display
tag?

Current code:

<display:column property="sqltitle" title="SQL Name"
href="GIM2Results.do" paramId="sqltitle" paramProperty="sqltitle"/>

Produces link:
http://localhost:8080/wact/pages/GIM2Results.do?testsqlscript=select
<http://localhost:8080/wact/pages/GIM2Results.do?testsqlscript=select>
corp,lname,sname from corporat order by lname 
for example but I want
 
http://localhost:8080/wact/pages/GIM2Results.do?testsqlscript=select
<http://localhost:8080/wact/pages/GIM2Results.do?testsqlscript=select>
corp,lname,sname from corporat order by lname&sqltitle=corpbroker
 
 
Anyone have any suggestions?
 
Chirag


--
NOTICE: If received in error, please destroy and notify sender.  Sender does
not waive confidentiality or privilege, and use is prohibited.


**************************************
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message, and notify us immediately. If you or your employer does 
not consent to Internet email messages of this kind, please advise us immediately. 
Opinions, conclusions and other information expressed in this message are not given or 
endorsed by my Company or employer unless otherwise indicated by an authorised 
representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted 
via electronic mail attachments we cannot guarantee that attachments do not contain 
computer virus code.  You are therefore strongly advised to undertake anti virus 
checks prior to accessing the attachment to this electronic mail.  Axios Systems Ltd 
grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to