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>

tapestry 5.1.0.5

cheers, p.

On 10/05/2011 10:47 AM, Thiago H. de Paula Figueiredo wrote:
On Mon, 09 May 2011 20:53:47 -0300, Paul Stanton <p...@mapshed.com.au> wrote:

Hi all,

Hi!

I need to make a select consisting of the options 0,1,2,3,4,5.

I remember reading somewhere that there is a simple syntax for defining this model - something like [model="0..5"] however that isn't it...

model="0..5". Documentation here: http://tapestry.apache.org/property-expressions.html, search for "range".


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

Reply via email to