You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John <jo...@quivinco.com> on 2013/04/25 13:06:47 UTC

multiple select

Hi,

Is there a neat way to have a multiple select componenet in Tapestry 5?

I see that t:multiple="true" (or ="false") seems to allow multi selection. Is this a deprecated function, or how does it work with the page class?

John

RE: multiple select

Posted by "Athneria, Mahendra" <ma...@atos.net>.
It will help you

https://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects

-----Original Message-----
From: John [mailto:john@quivinco.com] 
Sent: Thursday, April 25, 2013 4:37 PM
To: users@tapestry.apache.org
Subject: multiple select

Hi,

Is there a neat way to have a multiple select componenet in Tapestry 5?

I see that t:multiple="true" (or ="false") seems to allow multi selection. Is this a deprecated function, or how does it work with the page class?

John

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


Re: multiple select

Posted by Lance Java <la...@googlemail.com>.
Take a look at Checklist and Palette

http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Palette.html
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Checklist.html