[Trinidad] tr:selectManyShuttle

2007-09-14 Thread Reza Samoody
Hi, I need to use a selectManyShuttle component. I don't know how many selection items are included in selectManyShuttle. I tried to use tr:selectManyShuttle value=#{list.selected} f:selectItems value=#{list.selections} / /tr:selectManyShuttle but it seems f:selectItems is not working with

Re: [[Trinidad] tr:selectManyShuttle

2007-09-11 Thread Matthias Wessendorf
see TRINIDAD-627 On 9/11/07, Martin Marinschek [EMAIL PROTECTED] wrote: But Reza - please file an issue, the exception shouldn't be an NPE - it should clearly indicate that the form is missing. regards, Martin On 9/11/07, Adam Winer [EMAIL PROTECTED] wrote: selectManyShuttle needs to

Re: [Trinidad] tr:selectManyShuttle

2007-09-11 Thread Matthias Wessendorf
Looks like you're on Facelets. No f:view needed tr:document tr:form ... /tr:form /tr:document -Matthias On 9/11/07, Adam Winer [EMAIL PROTECTED] wrote: Do you see any Javascript errors? (Also, you generally want a tr:document around the form, inside of the f:view). -- Adam On

[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Reza Samoody
I'm trying to use a simple selectManyShuttle. It does not transfer the items between the lists. Do I need to define any backing bean or component for selectManyShuttle. here is the code: html xmlns=http://www.w3.org/1999/xhtml; xmlns:f=http://java.sun.com/jsf/core;

[[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Reza Samoody
Hi, I'm trying to use a very simple selectManyShuttle as below: tr:selectManyShuttle id=serviceTypeSelection value=#{ providerBean.serviceTypes} leadingHeader=#{ mapMsg.availableServiceTypes} trailingHeader=#{

Re: [Trinidad] tr:selectManyShuttle

2007-09-10 Thread Adam Winer
Do you see any Javascript errors? (Also, you generally want a tr:document around the form, inside of the f:view). -- Adam On 9/10/07, Reza Samoody [EMAIL PROTECTED] wrote: I'm trying to use a simple selectManyShuttle. It does not transfer the items between the lists. Do I need to define

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Adam Winer
selectManyShuttle needs to be inside of a tr:form or h:form. -- Adam On 9/10/07, Reza Samoody [EMAIL PROTECTED] wrote: Hi, I'm trying to use a very simple selectManyShuttle as below: tr:selectManyShuttle id=serviceTypeSelection value=#{ providerBean.serviceTypes}

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Martin Marinschek
But Reza - please file an issue, the exception shouldn't be an NPE - it should clearly indicate that the form is missing. regards, Martin On 9/11/07, Adam Winer [EMAIL PROTECTED] wrote: selectManyShuttle needs to be inside of a tr:form or h:form. -- Adam On 9/10/07, Reza Samoody [EMAIL