> I'd like to allow a user to select items using a kind of > "switch lists". > Do you know how to perform this using Struts ? > Or maybe another method ?
Unless you want to go back to the server with each click of 'add' and 'delete' etc (not recommended) you'll need to use JavaScript. I have a library which allows you to do exactly what you're asking for: http://www.mattkruse.com/javascript/optiontransfer/ Hope that helps, Matt Kruse

