Re: Problem get selected value using dynamic select with optgroup

2011-03-27 Thread Mansour Al Akeel
I didn't clearly understand the question. But another shot in the dark ;) You mean, is the behaviour of the ajax link depends on the clicked item ? If that's what you mean, then I like to be able to disable the clicked link while viewing the corresponding panel. The second part about the onchang

Re: Problem get selected value using dynamic select with optgroup

2011-02-22 Thread Mike Mander
A shot in the dark. Is the behavior required at the select? Or is the option getting the onchange event? Cheers Mike I'm using the select component due to realizing a dynamic optgroup and option list. It works rather fine but my problem is to get the selected value. I tried to use an ajax beh

Problem get selected value using dynamic select with optgroup

2011-02-22 Thread rawe
but it doesn't work: select.add(new AjaxFormComponentUpdatingBehavior("onchange") { protected void onUpdate(AjaxRequestTarget target) { System.out.println("Update ajax"); // @todo updating model } }); -- View this message in context: