Re: Having problems passing more than one parameter with html:link tag

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Shamdasani Nimmi-ANS004 wrote: Hi, I am trying to pass 2 parameters with html:link. Since it is not legal to use the same attribute name more than once in the same tag, I created another reference 'tempId' to my 'submitQuotesForm' bean using bean:define tag but I

Re: Having problems passing more than one parameter with html:link tag

2001-06-14 Thread Ted Husted
I think you would need to use a map here. http://jakarta.apache.org/struts/struts-html.html#link Normally, the hyperlink you specify with one of the attributes described in the previous paragraph will be left unchanged (other than URL rewriting if necessary). However, there are two ways you

RE: Having problems passing more than one parameter with html:link tag

2001-06-14 Thread Shamdasani Nimmi-ANS004
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 12:46 PM To: struts-user@jakarta. apache. org (E-mail) Subject: Re: Having problems passing more than one parameter with html:link tag On Thu, 14 Jun 2001, Shamdasani Nimmi-ANS004 wrote: Hi

RE: Having problems passing more than one parameter with html:link tag

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Shamdasani Nimmi-ANS004 wrote: Craig, In my case the link is on a column of an editable indexed properties table. And the 2 parameters for each row would be specific to that row. So where/how would I get the parameters into a HashMap? Well, you've got them already