Re: Errant event firing

2005-06-13 Thread Martin Marinschek
I was going to propose x:saveState, but x:inputHidden and forceId is of course working as well! Both are MyFaces extensions, by the way! regards, Martin On 6/14/05, Richard Wallace <[EMAIL PROTECTED]> wrote: > Richard Wallace wrote: > > > Richard Wallace wrote: > > > >> Hello, > >> > >> I'm ha

Re: Errant event firing

2005-06-13 Thread Richard Wallace
Richard Wallace wrote: Richard Wallace wrote: Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange=

Re: Errant event firing

2005-06-13 Thread Richard Wallace
Richard Wallace wrote: Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange="submit()" immediate="tru

Errant event firing

2005-06-13 Thread Richard Wallace
Hello, I'm having another problem with my select list and the value changed event listener. I have the following tag: value="#{contactHandler.selectedOrganizations}" valueChangeListener="#{contactHandler.handleOrganizationChanged}" onchange="submit()" immediate="true"> This is for an "Edi