Hi,
in case of the selectOneMenu there is a very nice solution in sandbox,
which works perfectly.
Have a look at the examples-page:
http://example.irian.at/example-sandbox-20061103/ajaxChildComboBox.jsf
regards,
Gerald
On 11/3/06, Stephen Osella <[EMAIL PROTECTED]> wrote:
One thing I noti
One thing I noticed is that the backing bean's
value method for var2 (whose value is set in var1ValueChangeListener) is not being called when re-rendering the
page. That is, to set the selected item of the SessionBean.var2Items()
. I have tried this with and without immediate="true".
How
Cagatay,
Here is the ValueChangeListener:
public void var1ValueChangeListener(ValueChangeEvent e)
{
FacesContext context = FacesContext.getCurrentInstance();
this.var1 = (Integer) e.getNewValue();
valueChanged();
context.renderResponse();
}
In the valueChanged() method is where I s
Yes, it's possible.Can you post your var1ValueChangeListener, value change listeners are a bit tricky at first.Also are there any validation errors?CagatayOn 11/3/06,
Stephen Osella <[EMAIL PROTECTED]> wrote:
I need to change a setting on one or more UI components (e.g., menus) basedon the user se
I need to change a setting on one or more UI components (e.g., menus) based
on the user selecting a different value on another menu. I have these menu
UI components in a form that does not contain an command buttons or links.
Here is an example:
onchange="submit( );"
valueChangeListener="#
5 matches
Mail list logo