Re: Problem with immediate=true button

2006-12-29 Thread Jeff Bischoff
Adrian Mitev wrote: It works like a charm now. If anyone has researched and can confirm that this is *required by the spec* to work, then please update the wiki page [1] with that information. As you can see, the third section of this wiki discusses this solution, but in a very skeptical wa

Re: Problem with immediate=true button

2006-12-29 Thread Adrian Mitev
It works like a charm now. 2006/12/28, Adrian Mitev <[EMAIL PROTECTED]>: Thank you Gary. Now i'm returning null for redisplaying the page. 2006/12/28, Gary VanMatre <[EMAIL PROTECTED]>: > > >From: "Adrian Mitev" <[EMAIL PROTECTED]> > >Yes. I've done it thisway already but it seems hack to me.

Re: Problem with immediate=true button

2006-12-28 Thread Adrian Mitev
Thank you Gary. Now i'm returning null for redisplaying the page. 2006/12/28, Gary VanMatre <[EMAIL PROTECTED]>: >From: "Adrian Mitev" <[EMAIL PROTECTED]> >Yes. I've done it thisway already but it seems hack to me. You might also try adding a navigation rule back to the same view that matches

Re: Problem with immediate=true button

2006-12-28 Thread Gary VanMatre
>From: "Adrian Mitev" <[EMAIL PROTECTED]> >Yes. I've done it thisway already but it seems hack to me. You might also try adding a navigation rule back to the same view that matches your action's outcome. If the navigation handler find a matching rule, it will recreate the view versus restorin

Re: Problem with immediate=true button

2006-12-28 Thread Jeff Bischoff
Adrian Mitev wrote: Yes. I've done it thisway already but it seems hack to me. Take it up with the guys at Sun? It's a fundamental behaviour of the input components, as defined by the JSF spec AFAIK. 2006/12/28, Jeff Bischoff <[EMAIL PROTECTED]>: Hi Adrian, We have a wiki page for this,

Re: Problem with immediate=true button

2006-12-28 Thread Adrian Mitev
Yes. I've done it thisway already but it seems hack to me. 2006/12/28, Jeff Bischoff <[EMAIL PROTECTED]>: Hi Adrian, We have a wiki page for this, please see [1]. [1] http://wiki.apache.org/myfaces/ClearInputComponents Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Adrian Mitev w

Re: Problem with immediate=true button

2006-12-28 Thread Jeff Bischoff
Hi Adrian, We have a wiki page for this, please see [1]. [1] http://wiki.apache.org/myfaces/ClearInputComponents Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Adrian Mitev wrote: Hi all! I have form and commandButton immediate=true. When i submit the form with this button i update

Problem with immediate=true button

2006-12-27 Thread Adrian Mitev
Hi all! I have form and commandButton immediate=true. When i submit the form with this button i update the bean in the action method and when the page is rendered again the components are not updated with the new values i've setted in the action method. Where is the problem?