Yes, nice workaround... Thx... :) BTJ
Bruno Aranda wrote: > Bjørn, you can use one of the examples to submit forms when a value is > changed in the selectOneMenu, explained in > http://wiki.apache.org/myfaces/SubmitPageOnValueChange and then you > have to put the attribute="true" in the command button... > > Bruno > > 2005/8/29, Sean Schofield <[EMAIL PROTECTED]>: > >>If you use "immediate=true" in a *command* this will cause the >>ProcessValidations phase to be skipped. (ie. "Cancel" button) >> >>sean >> >>On 8/29/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: >> >>>Yes, you are absolutely correct... I was sure that I had read somewhere that >>>I could use >>>immediate to skip the validation and I can... But I forgot something... I >>>also need to >>>call renderResponse from my valueChangeListener and now it works... :) >>>