-you are inside the page comp. ?
-"submit();" instead of "submit() "

-M


On 10/5/06, Peter Rabing <[EMAIL PROTECTED]> wrote:
Hi,

I am trying to install a changelistener on a combo box. But unfortunately, 
nothing happens, no listener is called.
The box is rendered correctly, and has the correct values on click it is 
submitted, but the listener is never called and no exception occurs:

 <tc:selectOneChoice valueChangeListener="#{mybean.processValueChange}" 
onchange="submit() ">
    <f:selectItems value="#{mybean.featureValue_1}" />
 </tc:selectOneChoice>

My Bean implements the ValueChangeListener interface.

I guess I am missing something essential here ..

Thanks for your help.

Peter
--
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to