You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by atta ur-rehman <at...@kapsconsulting.com> on 2002/10/18 02:42:51 UTC

Multiple parameter to

Hi,

How do I include multiple parameters in the <html:link> tag? currently I got it working for one parameter like:

<html:link href="logout" paramId="companyId" paramName="company" paramProperty="value"><bean:write name="company" property="label"/></html:link>

now, what if I want to add another parameter to this list?

thanks.

ATTA

Re: Multiple parameter to

Posted by Kris Schneider <kr...@dotech.com>.
Seems like this has been asked a lot recently. Read the docs about how
to use a Map to hold multiple parameters:

http://jakarta.apache.org/struts/userGuide/struts-html.html#link

atta ur-rehman wrote:
> 
> Hi,
> 
> How do I include multiple parameters in the <html:link> tag? currently I got it working for one parameter like:
> 
> <html:link href="logout" paramId="companyId" paramName="company" paramProperty="value"><bean:write name="company" property="label"/></html:link>
> 
> now, what if I want to add another parameter to this list?
> 
> thanks.
> 
> ATTA

-- 
Kris Schneider <ma...@dotech.com>
D.O.Tech       <http://www.dotech.com/>