| Author |
html:link
|
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
Hi, I need to pass the JSP form data to my action class on click of html:link. I am not able to do so. I can call my action class, but all the setters/getters of my ActionForm class are empty. If i use querystring then i can only attach predefined data, but not the data that has been modified by the user. ~Kindly help.
|
 |
Baiju Varugese
Ranch Hand
Joined: Dec 16, 2003
Posts: 74
|
|
|
you can use the onClick option and write a java script to submit the page to the action
|
Measure twice cut once carpenter theory <br /> <br />Baiju <br />SCJCP, SCBCD, IBM-486, IBM-484, SCEA Part I
|
 |
Sahil Sharma
Ranch Hand
Joined: Aug 27, 2003
Posts: 152
|
|
i have tried that, but nothing is available in my Action class. Niether hidden value nor textbox values.
|
 |
Robin Sharma
Ranch Hand
Joined: Aug 24, 2005
Posts: 76
|
|
Try this: <html:link action="/yourAction.do" paramId="yourRequestParameter" paramName="yourBean" paramProperty="yourPropertyOfBeanToSend"> yourLabel</html:link> Thanks.
|
DW
There is always a bug :-)
|
 |
 |
|
|
subject: html:link
|
|
|