This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: multiple selectOneMenus ->rwijeyra Aug 5, 2008 7:55 AM (in response to rwijeyra)ok, i managed to handle the selection. by using a new class as hashmap value containing the list and a selection HashMap<String, ListSelectorObject> .......... class ListSelectorObject { MyObject selection; List<MyObject> list; }
 but now i have a new problem: jsf lifecycle. remember i want to display the content of the selection under the selectbox, as soon as i select something new. so i add a4j:support to the selectonemenu.
 but now i have the problem, when i change the value, the form gets validatet (it contains some fields that have to be) , i could use immediate=true but then the model doesn't get updatet and the new values arent displayed.
 any ideas?
- 
        2. Re: multiple selectOneMenus ->ilya_shaikovsky Aug 5, 2008 8:03 AM (in response to rwijeyra)add a4j:region around select and panelgroup 
 
    