Re: T5 : Dependant dropdown boxes

2009-07-19 Thread Pawan Kumar
Hi Stephane, I hope this example will help. This component can be used to populate city based on country and then location based on city selected. You need t5components/chenellkit components. 1. Add PKCCL component into component folder package com.openfinance.OpenFinanceManager.components; imp

Re: T5 : Dependant dropdown boxes

2009-07-12 Thread Otho
Shouldn't that be possible with chenillekits' onEvent mixin and the onchange event? 2009/7/12 Geoff Callender > Please add your vote to https://issues.apache.org/jira/browse/TAP5-138 . > > Cheers, > > Geoff > > > On 11/07/2009, at 5:48 AM, newtonik wrote: > > >> I am also about to try to impleme

Re: T5 : Dependant dropdown boxes

2009-07-12 Thread Geoff Callender
Please add your vote to https://issues.apache.org/jira/browse/TAP5-138 . Cheers, Geoff On 11/07/2009, at 5:48 AM, newtonik wrote: I am also about to try to implement it. Has anyone out there done this. If you have, please share tips and samples. Javascript in Tapestry is not as simple a

Re: T5 : Dependant dropdown boxes

2009-07-10 Thread newtonik
I am also about to try to implement it. Has anyone out there done this. If you have, please share tips and samples. Javascript in Tapestry is not as simple as we would like. Thanks. -- View this message in context: http://www.nabble.com/T5-%3A-Dependant-dropdown-boxes-tp15760811p24433504.html Se

Re: T5 : Dependant dropdown boxes

2008-04-03 Thread Daniel Alonso
Stephane Decleire wrote: > > Has anyone already tried to implement dependant dropdown boxes with the > Ajax features of Tapestry 5.0.11 ? > I would like to implement a component to get a user address (country, > zipcode, city) and i would like to present the user the cities according > to th

T5 : Dependant dropdown boxes

2008-02-29 Thread Steph
Has anyone already tried to implement dependant dropdown boxes with the Ajax features of Tapestry 5.0.11 ? I would like to implement a component to get a user address (country, zipcode, city) and i would like to present the user the cities according to the zipcode and the country just filled.