Re: [Tobago] Problem with immediate="true"

2007-05-03 Thread Udo Schnurpfeil
Hello Helmut, immediate means, that the values will not validated and will not update the model. But the submitted values are still in the component. To fix your problem your reset() should return the correct outcome != null. In this case you will get a brand new UI-component-tree. Hope tha

[Tobago] Problem with immediate="true"

2007-05-03 Thread Helmut Swaczinna
Hi, I have a page with a reset button with immediate="true" to reset the input fields of the page to standard values without submitting and validating entered values. But this doesn't work. The fields remains unschanchend. Here's a simple example: test.jsp Controller.java priv