So would the first name, last name be as follows?
<a href="whateveryoulike.html?lastName=${foo.lastName}&firstName=${
foo.firstName}">{foo.lastName}</a>
with only the last name displayed, but first and last name passed in the
url?
On 10/10/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> You can give a column a nested body to do this:
>
> <display:table id="foo">
>
> <display:column sortProperty="lastName">
>
> <a href="whateveryoulike.html?lastName=${foo.lastName}">${foo.lastName
> }</a>
>
> </display:column>
>
> Matt
>
> On 10/10/07, John Kwon <[EMAIL PROTECTED]> wrote:
> > Let's say I have a display that shows a list where three attributes of
> each
> > object in the list are shown.
> >
> > Let's say, first name, last name, middle initial.
> >
> > So, I want to do a url= to take me to the next page/controller, and I
> need
> > to pass first name and last name with the link.
> >
> > Is this even possible? I know how to do one param, but it doesn't look
> like
> > there's a way to do more than one.
> >
> >
> > On 10/10/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> > >
> > > What do you mean by multiple parameters?
> > >
> > > On 10/10/07, John Kwon < [EMAIL PROTECTED]> wrote:
> > > > The googling I did gives me various results - back in 2004, someone
> > added
> > > > something to get it to support multiple params, the current version
> > doesn't
> > > > support them, someone says the AJAX enabled version supports
> multiple
> > > > params, etc.
> > > >
> > > > Does anyone have the clear scoop on this?
> > >
> > >
> > > --
> > > http://raibledesigns.com
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>