RE: html:link / - add parameters

2003-07-07 Thread Kamholz, Keith (corp-staff) USX
Hey everyone, I'm trying to add 2 dynamic parameters to a link. Someone posted the following solution a while back. I'm using this, slightly modified, within a logic:iterate tag. However, the param names are showing up in the generated link, but the param values aren't. Should I be able to

RE: html:link / - add parameters

2003-07-07 Thread Kamholz, Keith (corp-staff) USX
Users Mailing List' Subject: RE: html:link / - add parameters Hey everyone, I'm trying to add 2 dynamic parameters to a link. Someone posted the following solution a while back. I'm using this, slightly modified, within a logic:iterate tag. However, the param names are showing up in the generated

Re: html:link / - add parameters

2003-06-26 Thread Alen Ribic
process in my view so I can populate my link paramter list (per iteration)? --Alen - Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:30 AM Subject: Re: html:link / - add parameters HI, u will have to populate the map( with name,value

Re: html:link / - add parameters

2003-06-26 Thread Kris Schneider
, 2003 10:30 AM Subject: Re: html:link / - add parameters HI, u will have to populate the map( with name,value pairs) and set this map to ur action form, in the jsp give the name property of the map html:link href=link.do name=taskForm property=params here taskForm is the action form

Re: html:link / - add parameters

2003-06-26 Thread Alen Ribic
To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:30 AM Subject: Re: html:link / - add parameters HI, u will have to populate the map( with name,value pairs) and set this map to ur action form, in the jsp give the name property of the map html:link href=link.do name=taskForm

Re: html:link / - add parameters

2003-06-26 Thread Kris Schneider
standard with Struts? do you prefer using JSTL for common tasks and why? --Alen - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 3:18 PM Subject: Re: html:link / - add parameters It's

RE: html:link / - add parameters

2003-06-26 Thread Chen, Gin
Yes.. come to the light of JSTL.. [EMAIL PROTECTED] -Tim :) -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:52 AM To: Struts Users Mailing List Subject: Re: html:link / - add parameters JSTL is not part of Struts. It's a Java

Re: html:link / - add parameters

2003-06-25 Thread Nagendra Kumar O V S
HI, u will have to populate the map( with name,value pairs) and set this map to ur action form, in the jsp give the name property of the map html:link href="" name="taskForm" property="params" here taskForm is the action form to which params

Re: html:link / - add parameters

2003-06-25 Thread Nikolay Ganev
Hello Alen, Wednesday, June 25, 2003, 11:15:11 AM, you wrote: AR Hi all AR I see that when using html:link / tag I can add parameters to be passed on AR to the destination / action too. AR So far I only needed a single parameter id but now I need one more. AR I see that one can use

Re: html:link / - add parameters

2003-06-25 Thread Alen Ribic
:30 AM Subject: Re: html:link / - add parameters Hello Alen, Wednesday, June 25, 2003, 11:15:11 AM, you wrote: AR Hi all AR I see that when using html:link / tag I can add parameters to be passed on AR to the destination / action too. AR So far I only needed a single parameter id but now

Re: html:link / - add parameters

2003-06-25 Thread Dirk Markert
Hello Alen, *** AR Hi all AR I see that when using html:link / tag I can add parameters to be passed on AR to the destination / action too. AR So far I only needed a single parameter id but now I need one more. AR I see that one

Re: html:link / - add parameters

2003-06-25 Thread Alen Ribic
ok. got it. thanks --Alen - Original Message - From: Nagendra Kumar O V S To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:30 AM Subject: Re: html:link / - add parameters HI, u will have to populate the map( with name,value pairs) and set this map

Re: html:link / - add parameters

2003-06-25 Thread Alen Ribic
- Original Message - From: Dirk Markert [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:36 AM Subject: Re: html:link / - add parameters Hello Alen, *** AR Hi all AR I