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.

--
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 list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-02-27 Thread DJ 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/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.

 --
 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 list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
/ted

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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/27/07, Ted Steen [EMAIL PROTECTED] wrote:

 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.
 
  --
  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 list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 /ted

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3AHow-to-use-Select-component%27s-model-tf3298500.html#a9197967
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]