Re: html:link with params

2004-07-27 Thread Nathan Maves
this sound like a good way of doing this to everybody else? Keith Kamholz IT - Programming and Architecture Moog Inc. Nathan Maves <[EMAIL PROTECTED]> 07/26/2004 07:28 PM Please respond to Struts Users Mailing List <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]>

Re: html:link with params

2004-07-27 Thread kkamholz
lt;[EMAIL PROTECTED]> 07/26/2004 07:28 PM Please respond to Struts Users Mailing List <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: html:link with params Think of a case where you have a List of people and you wanted to create a link for

Re: html:link with params

2004-07-27 Thread Niall Pemberton
o the tag you can use the paramName, paramProperty and paramId attributes to do this without having to use a Map. Niall - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 27,

Re: html:link with params

2004-07-26 Thread Nathan Maves
Think of a case where you have a List of people and you wanted to create a link for each person. I would have to create n# of Maps in the Action. If it was done in something like a forEach loop this could be done all at once. Not sure how good of an example this is :) Nathan On Jul 26, 2004,

Re: html:link with params

2004-07-26 Thread Nathan Maves
Being that I am in full agreement with this movement I still have a few concerns. How does struts still plan to incorporate the extension hiding. i.e Choosing .nathan instead of .do without having to change all of the jsp's that c:url? Nathan On Jul 26, 2004, at 5:15 PM, Jim Barrows wrote: -

Re: html:link with params

2004-07-26 Thread Wendy Smoak
From: "Nathan Maves" <[EMAIL PROTECTED]> > I know that we can use a Map to achieve this but I hate creating them > in a jsp. I'm puzzled... why would you create in the JSP instead of in the Action, where presumably it wouldn't bother you as much? Not that that answers your question, but that part

RE: html:link with params

2004-07-26 Thread Jim Barrows
> -Original Message- > From: Nathan Maves [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 3:56 PM > To: Struts Users Mailing List > Subject: html:link with params > > > Are there any plans to add dynamic param to the html:link tag to give > it the same functionality as the c:ur