RE: Problem with action attribute in jsf commandbutton

2007-02-13 Thread Anshuman Abhishek Roy
certifiedEntity (as it calls the getCertifiedEntity) and it is always reset with each request. regards, Anshuman From: Mistry, Apurva [mailto:[EMAIL PROTECTED] Sent: Tue 2/13/2007 10:18 PM To: adffaces-user@incubator.apache.org Subject: RE: Problem with action

RE: Problem with action attribute in jsf commandbutton

2007-02-13 Thread Mistry, Apurva
Thanks Danny! Thats what is happening, but whats the solution for this. Please let me know -Original Message- From: Danny Robinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:22 PM To: adffaces-user@incubator.apache.org Subject: Re: Problem with action attribute in jsf

Re: Problem with action attribute in jsf commandbutton

2007-02-13 Thread Danny Robinson
I'd take a guess here and say that the Update button isn't firing because the backing bean is instantiated each request. Hence the attribute you're relying on to decide if the Update button should be rendered is also getting reset. It works fine for enabling the Update button because the submit

RE: Problem with action attribute in jsf commandbutton

2007-02-13 Thread Mistry, Apurva
Forgot to mention this If I add the bean in session scope in faces-config, the action is called upon. however i required it to be in request scope. Why would it work in session and not request. thanks -Original Message- From: Mistry, Apurva [mailto:[EMAIL PROTECTED] Sent: Tuesday, Feb