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