I have a table that displays information on a number of items. Each table entry has an edit button, so that you can edit the information on that item. I use an iterate tag to populate the table. My problem is that I don't know how to save something indicating which edit button they pressed.
My best guess was to use an onclick handler to set a hidden variable. My problem is that while I know how to create the hidden variable (using the struts hidden tag) I don't know how to set it in the onclick handler. I don't know much about JavaScript, though I suspect that would be involved. Any help is appreciated. -- Larry Maturo [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>