You are indeed missing something:

http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Select.html

<t:select t:id="months" model="literal:1=Jan,2=Feb,3=Mar,..."/>

HTH,

Uli

On 28.01.2010 15:14 schrieb Andy Pahne:

I feel a little dumb, because for years I have been using Tapestry.

Is there an _easy_ way og creating a SelectModel like this one (not so
uncommon one):

value label
---------------------
1 Jan
2 Feb
...


I had a look at the documentation. But I cannot believe I have to deal
with SelectModel, OptionModel, OptionGroupModel and whatelse for this
simple usecase.

I also had a look at the Wiki. I found four pages about selects. I
cannot believe that I have to use such bloat for my usecase.

I surely must be missing something, or not?

Andy




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to