JavaScript submit() valueChangeListener wrong Phase

2005-10-05 Thread Felix Japs
Hi, I use JavaScript to submit the form when a user clicks on a checkbox. The checkbox fires a valueChangeEvent. I have implemented a valueChangeListener. When the valueChangeListener is called the attributes which are bind to the inputText Components have the old values. Probably because the

AW: JavaScript submit() valueChangeListener wrong Phase

2005-10-05 Thread Felix Japs
could you please post some code snippets?? ValueChangeListener/JSP/JSF/JS for form submit... I've found a solution: HtmlSelectBooleanCheckbox booleanEingabe = (HtmlSelectBooleanCheckbox) application.createComponent(HtmlSelectBooleanCheckbox.COMPONENT_TYPE);