Re: [WARNING] T5:How to use Select component's model

2007-02-27 Thread Weisu
thanks! gredler, it is working with TreeMap, it will be nice to be able to use a List. gredler wrote: > > You can also use a Map (probably a TreeMap), and once TAPESTRY-1292 ( > https://issues.apache.org/jira/browse/TAPESTRY-1292) is resolved, you'll > be > able to use a List as well. > > On 2/

Re: T5:How to use Select component's model

2007-02-27 Thread D&J Gredler
You can also use a Map (probably a TreeMap), and once TAPESTRY-1292 ( https://issues.apache.org/jira/browse/TAPESTRY-1292) is resolved, you'll be able to use a List as well. On 2/27/07, Ted Steen <[EMAIL PROTECTED]> wrote: In T5 you use SelectModel. see http://tapestry.apache.org/tapestry5/tape

Re: T5:How to use Select component's model

2007-02-27 Thread Ted Steen
In T5 you use SelectModel. see http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/org/apache/tapestry/SelectModel.html 2007/2/27, Weisu <[EMAIL PROTECTED]>: Hi, I am converting my app to T5, in T4, I use IPropertySelectionModel to create the dropdown for select, what model can I use in

T5:How to use Select component's model

2007-02-26 Thread Weisu
Hi, I am converting my app to T5, in T4, I use IPropertySelectionModel to create the dropdown for select, what model can I use in T5. -- View this message in context: http://www.nabble.com/T5%3AHow-to-use-Select-component%27s-model-tf3298500.html#a9175667 Sent from the Tapestry - User mailing l