Peter,

In my case the 2 parameters to be passed with <html:link> are dynamic. The link is for 
a column on each row of an editable table and the parameters passed are specific to 
each row. 

I wonder if someone has a solution. Anyone???

-Nimmi

-----Original Message-----
From: Peter Doyle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 1:43 PM
To: Shamdasani Nimmi-ANS004
Cc: [EMAIL PROTECTED]
Subject: RE: html:link only uses the last param* attributes


Hi,
 No I never solved that problem. What I did is what Struts tells you to do
which is create a Hashtable or something and put your parameters into that.
Then you can have as many as you want.

Here is what I do in one case in an Edit Action to set up the form.

        Hashtable parameters = new Hashtable();
        parameters.put("action", "Edit");
        parameters.put("creativeType", "Box");
        destForm.setUploadBoxLinkParameters(parameters);

Then in the jsp
<html:link page="/readyUploadCreative.do" name="boxInfoForm"
property="uploadBoxLinkParameters">

Peter


-----Original Message-----
From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]]
Sent: 14 June 2001 17:45
To: '[EMAIL PROTECTED]'
Subject: html:link only uses the last param* attributes


Hi peter,

I read this e-mail of yours in struts archives:

http://www.mail-archive.com/[email protected]/msg06410.html

Were you able to solve this problem. If yes then could you please send me
your solution.

TIA.

-Nimmi

Reply via email to