how to pass request parameters using <html:link> in struts

Hi All,I am trying to send parameters to action class using <html:link>.Can anybody give sample code how to do it?Thanks in advance.ByK.Siva Prasad Reddy
[201 byte] By [Prasad@AIPLa] at [2007-11-27 6:01:34]
# 1
hi,you can pass the parameters in link like this http://www.xyz.com&username=someuserID&password=somePasswordusername and password are parameters which you want to pass as paramets to server..hope this will work for you...ThanksSurya
Surya_INDa at 2007-7-12 16:41:41 > top of Java-index,Java Essentials,New To Java...
# 2
Thanks for your reply..but i want to pass parameters using paramId,paramName...Plz give an exampleThanksBy SivaPrasad.K
Prasad@AIPLa at 2007-7-12 16:41:41 > top of Java-index,Java Essentials,New To Java...
# 3
hi,ok, then must be some attrbute with the link tag in struts, which u can use for defining the param ID and its corresponding value..Surya
Surya_INDa at 2007-7-12 16:41:41 > top of Java-index,Java Essentials,New To Java...