Can I add/remove an input field value to a collection using EL? e.g.
"#{myBean.myCollection.add/remove}" or something like that? I'd hate to have
to create a special backing bean method for this when it's such a simple and
common thing that I'd have to do for so many collections.I could create a special tag or component, but I wouldn't even know where to begin...that's why it'd be really great if somebody has created this functionality already (preferrably part of JSF). -- View this message in context: http://www.nabble.com/Add-to-and-remove-from-collection-tf3035146.html#a8434055 Sent from the MyFaces - Users mailing list archive at Nabble.com.

