Jen- check out http://www.informit.com/articles/article.asp?p=23734&seqNum=5&rl=1 HTH, M-
********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Caroline Jen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org> Sent: Tuesday, June 27, 2006 12:38 PM Subject: Re: How to Pass Client's Web Page Inputs to a Struts Action Link? >I was thinking to use the attributes: paramId, > paramName, paramProperty in my <html-el:link > action="....." /> tag. But I do not know how to > pass more than one set of them. > > --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > >> I can think of those: >> >> 1) Use Javascript in link's "onclick" event to >> collect form data. >> 2) Use regular submit button, use CSS to display it >> as a link. >> >> On 6/27/06, Caroline Jen <[EMAIL PROTECTED]> >> wrote: >> > I am working on a JSP written in JSTL and html-el >> > tags. The JSP is displayed fine. >> > >> > This JSP has a table. Each row of the table has a >> > checkbox. Clients may select any number of the >> > checkboxes and click on a link to invoke a Struts >> > action. >> > >> > I would like to pass the checkbox and every column >> of >> > each row when the "link" is clicked. What is the >> > proper way of doing that? >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> For additional commands, e-mail: >> [EMAIL PROTECTED] >> >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >