model="literal:0,1,2,3,4,5" works

On 10/05/2011 1:05 PM, Thiago H. de Paula Figueiredo wrote:
On Mon, 09 May 2011 23:00:49 -0300, Paul Stanton <p...@mapshed.com.au> wrote:

Hi thiago,

That's what I thought, however
<t:Select t:value="myValue" t:model="0..5" />
is being rendered as
<select id="select_4" name="select_4"><option value=""></option><option value="0..5">0..5</option></select>

Have you tried model="[0, 1, 2, 3, 4, 5]"?


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

Reply via email to