[Trinidad] tr:selectManyShuttle

2007-09-13 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 but it seems f:selectItems is not working with tr:selectManyShuttle tag. Any suggestions? Thanks

Re: [Trinidad] tr:selectManyShuttle

2007-09-10 Thread Matthias Wessendorf
Looks like you're on Facelets. No needed ... -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 > ). > > -- Adam > > > > On 9/10/07, Reza Samoody <[EMAIL PROTECTED]>

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 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: > > > > selectMany

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 or . > > -- Adam > > > On 9/10/07, Reza Samoody < [EMAIL PROT

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Adam Winer
selectManyShuttle needs to be inside of a or . -- Adam On 9/10/07, Reza Samoody <[EMAIL PROTECTED]> wrote: > > Hi, > I'm trying to use a very simple selectManyShuttle as below: > > leadingHeader="#{ > mapMsg.availableServiceTypes}" >

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 ). -- 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 any

[[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Reza Samoody
Hi, I'm trying to use a very simple selectManyShuttle as below: But I'm getting a null pointer exception: java.lang.NullPointerException at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SelectManyShuttleRenderer$ShuttleList.g

[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: http://www.w3.org/1999/xhtml"; xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.co