Re: html:link passing multiple parameters

2004-02-16 Thread phortonpeg
ge- > From: Adam L [mailto:[EMAIL PROTECTED] > Sent: Monday, 16 February 2004 2:10 PM > To: Struts Users Mailing List > Subject: Re: html:link passing multiple parameters > > There's also the use of c:url. The catch there is that if you incude the > resulting url i

RE: html:link passing multiple parameters

2004-02-15 Thread Nick Faiz
Thanks Adam - that's good to know. -Original Message- From: Adam L [mailto:[EMAIL PROTECTED] Sent: Monday, 16 February 2004 2:10 PM To: Struts Users Mailing List Subject: Re: html:link passing multiple parameters There's also the use of c:url. The catch there is that if you

Re: html:link passing multiple parameters

2004-02-15 Thread Adam L
AIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 4:39 PM Subject: RE: html:link passing multiple parameters > I did something along those lines using Struts-EL. > > scope="request"/> > &

RE: html:link passing multiple parameters

2004-02-15 Thread Nick Faiz
ubject: html:link passing multiple parameters Hi, I have a situation where I need to pass several parameters in an html:link tag. From what I've read, I know that I must use a HashMap to send as a param which would contain the values I want to send to the URL. I first display the values in a

html:link passing multiple parameters

2004-02-15 Thread phortonpeg
Hi, I have a situation where I need to pass several parameters in an html:link tag. From what I've read, I know that I must use a HashMap to send as a param which would contain the values I want to send to the URL. I first display the values in a table using logic:iterate and an arrayList ont