Re: Manipulating Collection in Struts Tag libs (options)

2007-07-25 Thread Paul Benedict
You should use EventAction to easily execute a different method in an Action. On your onclick handler, set a hidden form field -- it sounds like that could be considered a different method. Paul Oleg Konovalov wrote: Hi, I am relatively new to Struts [using 1.3]. I need to create a form usi

Manipulating Collection in Struts Tag libs (options)

2007-07-25 Thread Oleg Konovalov
Hi, I am relatively new to Struts [using 1.3]. I need to create a form using Struts tag libs with 2 HTML select's [lists], connected to 2 DB tables, say allUsers and Admins, which would allow to select Administrators from the list of AllUsers. So I will have 3 buttons: Add, Remove and Update. A