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
- After the , there is a tag, not a > > > 2 - Its "So, since everything is inside the "updateZone" DIV, every field is > refreshed and lost their values." > > > > > De: Geoff Callender > Para: Tapestry users

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
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 context is received. So the server-side must get the rest of the context from either (a) the session, eg. by saving country and city in the sessi

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

2010-03-30 Thread Everton Agner
Just to show the example cleaner... ... So, since everything is inside the "updateZone" combo, every field is refreshed and lost their values. Thanks! - Everton De: Everton Agner