Hello, I have an html:select populated from a collection. Alongside the select box I have links to add, edit and delete items. I'm just wondering what the best way is to handle passing the ID of the selected item to the edit and delete actions.
For example, if the user selects the option with value 12, I'd like to forward to something like "/editAction?id=12". Is there some way to tell the html:link tag to dynamically construct the querystring on the client? Thanks, Kent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]