RE: html:link only uses the last param* attributes

2001-06-14 Thread Shamdasani Nimmi-ANS004
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

RE: html:link only uses the last param* attributes

2001-06-14 Thread Peter Doyle
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/struts-user@jakarta.apache.org/msg06410.html Were you able to solve this problem.

Re: html:link only uses the last param* attributes

2001-04-22 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, Peter Doyle wrote: > When I do this > >paramId="srcAction" paramName="personalInfoForm" > paramProperty="personal" > paramId="action" paramName="personalInfoForm" paramProperty="action" > paramId="personnelID" paramName="personalInfoForm" > paramProperty="pe

html:link only uses the last param* attributes

2001-04-18 Thread Peter Doyle
When I do this The rendered URL is http://192.168.0.190:8082/mm06/editLoginInfo.do?personnelID=1">Login Information If I change the order of the paramId's the rendered query string only contains the last parameter specified. I know I can use a hashtable of parameters, but I'm trying to