Hi,
I'm creating the link in a jsp. I've tried to use the
link together with a map, but I as I understand it I
have to specify both the parameter name and the value
of the parameter in the map. I would like to specify
the parameter name in the map and then somehow specify
which property the value should be retrieved from. All
this so that I don't have to create a new Map for each
bean in my vector.
//Anna
--- martin.cooper@tumbleweed.com wrote:
> Where/when are you trying to create it? In an action
> or a JSPpage?
>
> --
> Martin Cooper
>
>
> ----- Original Message -----
> From: "Anna Englund" <anna_englund2001@yahoo.com>
> To: <struts-user@jakarta.apache.org>
> Sent: Wednesday, October 10, 2001 1:06 PM
> Subject: Re: links with multiple dynamic parameters
>
>
> > Hi again,
> >
> > does anyone has any ideas on how to create a link
> with
> > multiple dynamic parameters?
> >
> > Any help would be greatly appreciated!
> > //Anna
> >
> > --- Anna Englund <anna_englund2001@yahoo.com>
> wrote:
> > > Hi all,
> > >
> > > I'd like to create a link with multiple
> parameters
> > > retrieved from a bean.
> > >
> > > For example:
> > > A bean called userBean contains id=3 and
> > > name="Eric".
> > > I would like to create the link:
> > > test.do?userId=3&userName=Eric, but I don't know
> > > how.
> > > I do not want to create a map in my action
> > > containing
> > > userId=3 and userName="Eric" since the user
> beans
> > > are
> > > held in a vector which i iterate over in the
> jsp.
> > >
> > > Would be thankful for any help!
> > > //Anna
> > >
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > Make a great connection at Yahoo! Personals.
> > > http://personals.yahoo.com
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Make a great connection at Yahoo! Personals.
> > http://personals.yahoo.com
>
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|