multiple select

2013-04-25 Thread John
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

2013-04-25 Thread Athneria, Mahendra
It will help you https://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects -Original Message- From: John [mailto:j...@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

Re: multiple select

2013-04-25 Thread Lance Java
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

How to implement Multiple Select component for a SortedMap model in Tapestry 4

2013-01-10 Thread nazarhussain_s
Hi, I am trying to implement multiple select in my project for an already existing single select functionality. The single select is being done using a custom component which implements IPropertySelectionModel. As it is only possible to use Select Component for multiple select I am facing

Re: Issue in implementing multiple select dropdown twice in a form - RESOLVED

2011-06-10 Thread nazarhussain_s
of toppings in the form. some one can clarify better about it. Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-in-implementing-multiple-select-dropdown-twice-in-a-form-tp4472277p4475717.html Sent from the Tapestry - User mailing list archive at Nabble.com

Issue in implementing multiple select dropdown twice in a form

2011-06-09 Thread nazarhussain_s
Hi, If I am implementing multiple select twice in a form, I am facing an issue.I am currently following Tapestry in Action - pg 145 example for multiple select. If I am trying to implement the example in the way given below i am getting ambiguous output.Anybody help out regarding

Re: What to use for multiple select = (MultiplePropertySelect || Select with Multiple=true)

2011-06-02 Thread Bob Harner
/org/apache/tapestry5/corelib/components/Palette.html On Thu, Jun 2, 2011 at 12:42 AM, nazarhussain_s nazar...@gmail.com wrote: Hi,        Thanks Andreou, By adding that line my application is working fine. Any body please suggest How I must implement Multiple Select and What Component do I must

Re: What to use for multiple select = (MultiplePropertySelect || Select with Multiple=true)

2011-06-02 Thread Andreas Andreou
...@gmail.com wrote: Hi,        Thanks Andreou, By adding that line my application is working fine. Any body please suggest How I must implement Multiple Select and What Component do I must use  if there are more than 100+  options  to be shown in a drop down. Can I use MultiplePropertySelection

Re: What to use for multiple select = (MultiplePropertySelect || Select with Multiple=true)

2011-06-02 Thread ael
/What-to-use-for-multiple-select-MultiplePropertySelect-Select-with-Multiple-true-tp4447117p4450112.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

What to use for multiple select = (MultiplePropertySelect || Select with Multiple=true)

2011-06-01 Thread nazarhussain_s
Hi, Thanks Andreou, By adding that line my application is working fine. Any body please suggest How I must implement Multiple Select and What Component do I must use if there are more than 100+ options to be shown in a drop down. Can I use MultiplePropertySelection or ordinary Select

Multiple Select with tapestry 5.1 ??

2011-01-07 Thread Cucchietti Denis
Hi all ! I have a problem with tapestry for create a multiple select . I would like used a select with the possibility to choose more than one value. I have tried this : t:select t:id=multipleRoles t:validate=required t:encoder=roleEncoder t:model=rolesModel t:multiple=true t:value

Re: Multiple Select with tapestry 5.1 ??

2011-01-07 Thread Emmanuel DEMEY
Hi Denis Did you read this wiki article http://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects about a MultipleSelect Component ? Emmanuel 2011/1/7 Cucchietti Denis denis.cucchie...@atosorigin.com Hi all ! I have a problem with tapestry for create a multiple select . I would like

RE: Multiple Select with tapestry 5.1 ??

2011-01-07 Thread Cucchietti Denis
Hi Emmanuel, Yes i have read this article but I wasn't sure of the result! I will try it! Thanks ;-) -Message d'origine- De : Emmanuel DEMEY [mailto:demey.emman...@gmail.com] Envoyé : vendredi 7 janvier 2011 13:24 À : Tapestry users Objet : Re: Multiple Select with tapestry 5.1 ?? Hi

RE: Multiple Select with tapestry 5.1 ??

2011-01-07 Thread Cucchietti Denis
Hi, I've tried select multiple with tutorial http://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects But it's seem to be an old code, it's doesn't work with tapestry 5.1. Class SelectMultiple.java contains lot of errors. Have you an other idea to perform this multiple select? Thanks

Re: T5: Multiple Select preselected values

2009-04-13 Thread Thiago H. de Paula Figueiredo
On Fri, Apr 10, 2009 at 4:04 AM, Kasper kas...@nekoconeko.nl wrote: Hi all, Hi! I have a form with a multiple select field: input t:type=Select t:model=regions t:value=preferredRegions t:id=preferredRegions t:multiple=true size=13 / Tapestry's Select component does not have a multiple

T5: Multiple Select preselected values

2009-04-10 Thread Kasper
Hi all, I have a form with a multiple select field: input t:type=Select t:model=regions t:value=preferredRegions t:id=preferredRegions t:multiple=true size=13 / Where the t:model=regions = HashMapLong, String. Now when the page loads I want some preferredRegions to be set. For normal form

Re: Multiple Select

2007-11-27 Thread neo anderson
in the java code, but it fails with Unable to update OGNL expression . What should I do? Thanks in advice. Dan wrote: Hi, I am newbie to tapestry. I am having problems getting the selected values from a MULTIPLE select. From googling the net and reading the docs, the method i

Re: Multiple Select

2007-11-27 Thread neo anderson
I do? Thanks in advice. Dan wrote: Hi, I am newbie to tapestry. I am having problems getting the selected values from a MULTIPLE select. From googling the net and reading the docs, the method i approached to get the selected value from a SINGLE select list(dropwdown

Re: multiple select dropdown

2007-10-19 Thread Tapestry240
For multiple select box you do a multiple and define size. Seems like there is no way you can do a multiple select on a dropdown though. Daniel Jue wrote: Look at the Palette or Enhanced Palette code. On 10/17/07, Daniel Jue [EMAIL PROTECTED] wrote: I think you define a size variable

RE: multiple select dropdown

2007-10-17 Thread Jean-Philippe Steinmetz
: multiple select dropdown No I do not think you can do that. Maybe in Flash. As a user, I wouldn't expect that to be possible. On 10/16/07, Tapestry240 [EMAIL PROTECTED] wrote: Hi everyone, Is there a way to do a multiple select from a drop down. I am not asking about the list box

Re: multiple select dropdown

2007-10-17 Thread Daniel Jue
-Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 8:31 AM To: Tapestry users Subject: Re: multiple select dropdown No I do not think you can do that. Maybe in Flash. As a user, I wouldn't expect that to be possible. On 10/16/07

Re: multiple select dropdown

2007-10-17 Thread Daniel Jue
(as a list)? I can't seem to find anything in the component reference. Thanks, Jean-Philippe -Original Message- From: Daniel Jue [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 8:31 AM To: Tapestry users Subject: Re: multiple select dropdown No I do

multiple select dropdown

2007-10-16 Thread Tapestry240
Hi everyone, Is there a way to do a multiple select from a drop down. I am not asking about the list box but a drop down(one row) where I can do multiple select. Thanks in advance, Prabhat -- View this message in context: http://www.nabble.com/multiple-select-dropdown-tf4634807.html#a13235603

Re: multiple select dropdown

2007-10-16 Thread Daniel Jue
No I do not think you can do that. Maybe in Flash. As a user, I wouldn't expect that to be possible. On 10/16/07, Tapestry240 [EMAIL PROTECTED] wrote: Hi everyone, Is there a way to do a multiple select from a drop down. I am not asking about the list box but a drop down(one row) where I can

Tapestry 4.1.2 Multiple Select Component

2007-09-17 Thread Peter Stavrinides
Hi all, I am having some minor problems with this component. I need to render option tags with both an identifier and string value (value and text attributes), however the only option available for this component is the label parameter, the value parameter is reserved and seems to generate

Re: T5 Multiple Select Box Values

2007-09-06 Thread Davor Hrg
Select component doesn't support multiple values at the moment. it handles form submission by calling _request.getParameter(elementName); which returns only first value. Davor Hrg On 9/5/07, Sean McCarthy [EMAIL PROTECTED] wrote: Does anyone have a simple example on how to get the selected