Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread piyush hari
Hi Adam, Please note that valueChangeListener is called when it is UNCHECKED and not called when it is CHECKED (reverse of what you wrote). This happens consistently provided my bean is in SESSION scope. -Piyush On 11/10/06, Adam Winer [EMAIL PROTECTED] wrote: Is it consistently that you

Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread piyush hari
Upon checking a check Box, getSubmittedValue() does not get called. Upon unchecking it does get called. HTTP request differs in t.o the attribute check1 (check1 being the user-assigned ID of the checkBox). It does not get passed upon unchecking. It gets passed with a value 't' upon checking.

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Adam Winer
On 11/10/06, piyush hari [EMAIL PROTECTED] wrote: Upon checking a check Box, getSubmittedValue() does not get called. Upon unchecking it does get called. That should be investigated. HTTP request differs in t.o the attribute check1 (check1 being the user-assigned ID of the checkBox). It does

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
: Adam Winer [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 4:15 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox On 11/10/06, piyush hari [EMAIL PROTECTED] wrote: Upon checking a check Box, getSubmittedValue() does not get called

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
the closing brackets :-) -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 4:26 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox When I remove the code that would submit

Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox

2006-11-10 Thread Piyush Hari
quote () not brackets is what I meant :) (again a typo) -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Friday, November 10, 2006 5:40 PM Subject: Re: Re: Re: Re: valueChangeListener of a selectBooleanCheckbox I dug up

Re: valueChangeListener of a selectBooleanCheckbox

2006-11-09 Thread Piyush Hari
I am using Sun's implementation of JSF here and not MyFaces, if that makes any difference ? -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Thursday, November 09, 2006 2:25 PM Subject: valueChangeListener of a