Hi, I have a following listbox in one of my jsps: <html:select property="system" size="5"> <html:options collection="systems" property="name" labelProperty="name"/> </html:select>
Following this I have two html:links one to edit a system and another one to delete. I would like to pass the selected value from the list as part of the link, for example: <a href="editSystem.act?system=...... Does anybody know how to do this, how do I actually access the selected value of the list? Cheers. Anil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

