Hi,
I have a JSP page witha table on it. One of the columns has a HYPERLINK in each row. On clicking the HYPERLINK, a popup window should open and at the same time an action should be called, which takes an attribute passed from the hyperlink as parameter, to populate the popup window.
I have tried the code below, but it hasn't worked.
<html:form name="getUsersForm" action="getUsers.do" type="com.shardul.struts.form.GetUsersForm" method="post">
</html:form>
Also I am unable to figure out, how to pass a parameter to the getUsers Action.
Can anybody please help me.
Thanks in advance.
Shardul.