Re: Updating a size 20 map with On Change event of 20 select components

2012-07-25 Thread Russell John-Baptiste
l...@axn-software.de Sent: Tuesday, July 24, 2012 10:43 AM Subject: Re: Updating a size 20 map with On Change event of 20 select components Actually, the built-in select component will handle option groups, but you need to provide a custom SelectModel. On Mon, Jul 23, 2012 at 3:13 PM, Carsten Klein wrote

Re: Updating a size 20 map with On Change event of 20 select components

2012-07-24 Thread Jonathan Barker
Actually, the built-in select component will handle option groups, but you need to provide a custom SelectModel. On Mon, Jul 23, 2012 at 3:13 PM, Carsten Klein wrote: > This should have gone to the mailing list so I will repost it here: > > > Hi Russell, > > see http://tapestry.apache.org/using-s

Re: Updating a size 20 map with On Change event of 20 select components

2012-07-23 Thread Carsten Klein
This should have gone to the mailing list so I will repost it here: Hi Russell, see http://tapestry.apache.org/using-select-with-a-list.html for a thorough explanation on how to do this. The problem I see in your approach is that you a an arbitrary number of select components having the same na

Updating a size 20 map with On Change event of 20 select components

2012-07-23 Thread Russell John-Baptiste
I am trying to wrap my head around how to do this in tapestry.  I have a form with 20 select components that are created with the loop component.  Given a Map groupMap... Each select component's value (user) is a value in the map.  Each label (group) for each select is the key of the map when