It is because I need get the parameter data from a bean. I have tried something like:
<html:link page="blah.do?param1=<%= bean.getFirstArg() %>¶m2=<%= bean.getSecondArg() %>"/> but it won't work. Some said I need to use the param* attributes. I know it is easy for 1 parameter, but I don't know how to use it with multiple parameters. Billy Ng >From: "Kamholz, Keith (corp-staff) USX" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: how to render query string in html:link >Date: Fri, 5 Jul 2002 12:41:54 -0400 > >Hey, >Why don't you just use the regular html synatx? ><html:link page="blah.do?param1=first¶m2=second"/> > >~ Keith >http://www.buffalo.edu/~kkamholz > > > >-----Original Message----- >From: Billy Ng [mailto:[EMAIL PROTECTED]] >Sent: Friday, July 05, 2002 12:36 PM >To: [EMAIL PROTECTED] >Subject: how to render query string in html:link > > >Hi folks, > >Would anybody please provide me some sample code for how to make a link >with > >multiple parameters in the href's url with using <html:link> tag. > >Thanks in advance! > >Billy Ng > > > >_________________________________________________________________ >Chat with friends online, try MSN Messenger: http://messenger.msn.com > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

