Re: html:link passing multiple parameters

2004-02-16 Thread phortonpeg
:[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 in a html:link, it will be double contexted, which means you should

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

RE: html:link passing multiple parameters

2004-02-15 Thread Nick Faiz
February 2004 9:34 AM To: [EMAIL PROTECTED] Subject: 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

Re: html:link passing multiple parameters

2004-02-15 Thread Adam L
] 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. c:set var=concernType value=${project.progressConcernType} scope=request/ jsp:useBean id=paramMap class

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 incude