| Author |
using html:link tag
|
rakkesh kumar
Ranch Hand
Joined: Oct 06, 2004
Posts: 37
|
|
i want to pass the form bean to the Action class by clicking the Link. by using <html:link action="Myaction.do"> the page is redirected to the Action .but i'm not able to retrieve the values in form bean.the form bean is not passed to the Action class. is there any way to do that.
|
 |
Tad Dicks
Ranch Hand
Joined: Nov 16, 2004
Posts: 264
|
|
If you use on_click="document.formname.submit()" inside the tag it should work. (remove the underscore between on and click, and don't leave a space). -Tad
|
 |
 |
|
|
subject: using html:link tag
|
|
|