Re: need 2 parameters for html:link

2005-07-06 Thread gvanmatre
> On 7/6/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I have the following that works almost fine: > > > > > paramId="commonEnrollmentID" > > paramName="consumerValidatorForm" > > paramProperty="commonEnrollmentID" > >

Re: need 2 parameters for html:link

2005-07-06 Thread Rick Reumann
Mick Knutson wrote the following on 7/6/2005 6:42 PM: Then what I get is "http://URL?commonEnrollmentID=12345"; What I need to be generated is: "http://URL?action=historical&commonEnrollmentID=12345"; Because historical is an action met

Re: need 2 parameters for html:link

2005-07-06 Thread Michael Jouravlev
On 7/6/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have the following that works almost fine: > > paramId="commonEnrollmentID" > paramName="consumerValidatorForm" > paramProperty="commonEnrollmentID" >

need 2 parameters for html:link

2005-07-06 Thread Mick Knutson
I have the following that works almost fine: Then what I get is "http://URL?commonEnrollmentID=12345"; What I need to be generated is: "http://URL?action=historical&commonEnrollmentID=12345"; Because historical is an action method on my Lo