Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoke Struts Action when a Popup Window

843838Jul 30 2006 — edited Aug 1 2006
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 29 2006
Added on Jul 30 2006
2 comments
910 views