whenever I want to pass multiple parameters I use anchor

<a href='index.do?value=<bean:write name="bean" property="p"/>&value1=<bean:write 
name="bean" property="p1"/>&value2=<bean:write name="bean" property="p2"/>'>
        <bean:write name="bean" property="label"/>
</a>


-----Original Message-----
From: siraj [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 20, 2000 6:34 AM
To: Struts Users Mailing List
Subject: how do i pass multiple parameters


hello team ,

     can some one help in passing multiple parameters with a html link

i have a link

   index.do where i need to pass around 10 parameters which have dynamic
values
sy

  index.do?value=leve1?value1=xyz?value2=4............

any how i used

<html:link page="index.do" paramid="value" pramName="xyz"
parampropery="value"> which allows me to pass only one parameter

i would highly appreciate for the help thanks in advance

Siraj




--
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]>

Reply via email to