This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: Multiple row selection
norman.richards Jul 23, 2007 12:48 PM (in response to trouby)Perhaps you could try writing an EL function that takes your Map and returns a list of only the selected items?
 - 
        
2. Re: Multiple row selection
trouby Jul 24, 2007 6:29 AM (in response to trouby)Ye I know, that is only for facelets, just wanted to avoid constructing the map for all of these objects that were not selected,
but I'll wrap the map with a method that creates a list of the selected objects only,
thanks