Hi!
I need to pass a value whenever a user clicks on a link.
I have an application which provides for permanent and trial users. I need to pass a value say type="trial" when the user clicks on link named trial and type="permanent", when clicked on permanent.
I am using the following format now and wish to add this facility
<html:link forward="trial" > Trial </html:link>
Also, once I do pass the value from here, how to receive it in the Form and Action classes?
Thanks in Advance,
Shanky
I need to pass a value whenever a user clicks on a link.
I have an application which provides for permanent and trial users. I need to pass a value say type="trial" when the user clicks on link named trial and type="permanent", when clicked on permanent.
I am using the following format now and wish to add this facility
<html:link forward="trial" > Trial </html:link>
Also, once I do pass the value from here, how to receive it in the Form and Action classes?
Thanks in Advance,
Shanky