[Tobago] valueChangeListener not called

2007-01-15 Thread Clemens Sietas
Hello, I have read a long thread on the valueChangeListener from November 2006 in this mailing-list. I adapted my code to the help in the tread, however, the valueChangeListener still is not called. I just subscribed to ask for further help. Here is my code: ... ...

[Tobago] valueChangeListener not called

2007-01-15 Thread Clemens Sietas
Hello, I have read a long thread on the valueChangeListener from November 2006 in this mailing-list. I adapted my code to the help in the tread, however, the valueChangeListener still is not called. I just subscribed to ask for further help. Here is my code: ... ...

Re: [Tobago] ValueChangeListener not called

2006-10-06 Thread Volker Weber
Hi Peter, please add a '[tobago]' to the subject of tobago issues. try adding a change facet to the selectOneChoice and ommit the onchange attribute: this is new since 05. Aug. see http://issues.apache.org/jira/browse/TOBAGO-109?page=all @bernd: have we any docu for this feature?

Re: [Tobago] ValueChangeListener not called

2006-10-06 Thread Bernd Bohmann
Hello Volker, Volker Weber wrote: try adding a change facet to the selectOneChoice and ommit the onchange attribute: this is new since 05. Aug. see http://issues.apache.org/jira/browse/TOBAGO-109?page=all @bernd: have we any docu for this feature? I'm working on a description of

Re: [Tobago] ValueChangeListener not called

2006-10-08 Thread Peter Rabing
Hi Jeff, while you are correct in asking about the sense of the code if no value attribute is specified, you are incorrect in saying, that the value attribute is required. The only thing which is required is the onchange="Tobago.submitAction('combo1');" attribute. The code works fine whether o

Re: [Tobago] ValueChangeListener not called

2006-10-09 Thread Udo Schnurpfeil
I'm working on integration of the gendoc in the demo And we should rename gendoc to tobago-tour or something else and add more component examples. Ok? Regards, Udo

Re: [Tobago] valueChangeListener not called

2007-01-15 Thread Bernd Bohmann
Hello Clemens, I think you get a Validation Error : Value is not a valid option. Can you add a message tag to your page? Please change the type of your Constants to String or add a converter to your selectOneChoice tag on the page for example converterId="org.apache.myfaces.tobago.example

Re: [Tobago] valueChangeListener not called

2007-01-17 Thread Clemens Sietas
Hello Bernd, thank you for your hints. I implemented the converter class IntegerConverter (hopefully I did choose the right Interface (javax.faces.convert.Converter) My IDE already tells me that converter-id and converter-class are not allowed here. Thus the converter does not work in Tomcat. I

Re: [Tobago] valueChangeListener not called

2007-01-17 Thread Bernd Bohmann
Sorry, the section should be included in the tc:selectOneChoice This belongs to the faces-config.xml org.apache.myfaces.tobago.example.reference.IntegerConverter org.apache.myfaces.tobago.example.reference.IntegerConverter But I revisit my testPage I forgot to set the valuebinding for the

Re: [Tobago] valueChangeListener not called

2007-01-17 Thread Clemens Sietas
Hello Bernd, thank you for adding example code to the gendoc pages. I got no error messages anymore. The converter is configured in the faces-config.xml. However, the valueChangeListener is still not invoked. (No log entry in my logfile). I can already detect the change from one option to the o