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

T5.3 Select Component onValueChanged never fired

2013-01-21 Thread wesleywj2
hi, i recently implemented the country and state/province select component where select particular country will load the state/province based on that country. The problem is that when i changed the Value of select in country component, the onValueChanged method never fired on server side. i put so