Re: T5.3 Select Component onValueChanged never fired

2013-01-23 Thread wesleywj2
hi, thanks for the reply, however i found out the culprit. it's my submit button, it has a clickonce mixin which prevent the ajax method calling. when i removed it, it works ok. i guess the mixin of clickonce is not working very well now. -- View this message in context: http://tapestry.104571

Re: T5.3 Select Component onValueChanged never fired

2013-01-21 Thread nquirynen
Did you use the zone parameter for your select? Here you find the documentation with an example: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Select.html Could