Res: Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-04-01 Thread Everton Agner
2010 20:30:12 Assunto: Re: Res: Res: [T5.1] Best approach to Nested Combos on Forms Or carry the 1at and 2nd combo selection info into the 3rd combo values too, eg. USA | San Francisco | SomeName. No? On 01/04/2010, at 3:55 AM, Everton Agner wrote: > Yes, there is also the problem that, if

Re: Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-31 Thread Geoff Callender
>> >> >> >> >> >> >> >> >> >> >> ... >> >> >> >> >> >> >> So, since everything is inside the "updateZone" combo, every field is &

Res: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-31 Thread Everton Agner
der Para: Tapestry users Enviadas: Terça-feira, 30 de Março de 2010 19:44:29 Assunto: Re: Res: [T5.1] Best approach to Nested Combos on Forms The origin of the problem is that the context passed to ZoneUpdater has only one piece of information - the value of the option you selected. No other cont

Re: Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-30 Thread Geoff Callender
ed and lost their values. > > > Thanks! > > - Everton > > > > ____________ > De: Everton Agner > Para: Tapestry Users > Enviadas: Terça-feira, 30 de Março de 2010 16:39:37 > Assunto: [T5.1] Best approach to Nested Combos on Forms > &g

Res: [T5.1] Best approach to Nested Combos on Forms

2010-03-30 Thread Everton Agner
e: Everton Agner Para: Tapestry Users Enviadas: Terça-feira, 30 de Março de 2010 16:39:37 Assunto: [T5.1] Best approach to Nested Combos on Forms Hi, I'd like to know which is the cleaner way to work with nesting on Forms on T5. I saw a project with the ZoneUpdater mixin... But, to preserve

[T5.1] Best approach to Nested Combos on Forms

2010-03-30 Thread Everton Agner
Hi, I'd like to know which is the cleaner way to work with nesting on Forms on T5. I saw a project with the ZoneUpdater mixin... But, to preserve the values from the Form - to reload them after the refresh - it needed to @Persist the values and update them everytime the fields lost their focus.