Re: [T5] Palette NPE

2008-12-04 Thread zack1403
>>>> Zack >>>> >>>> >>>> Nicolas Charles wrote: >>>> > >>>> > I just had this issue; it was because the object overrided the >>>> "equals" >>>> > method, but not "hashCode", hence th

Re: [T5] Palette NPE

2008-12-03 Thread zack1403
issue; it was because the object overrided the >>> "equals" >>> > method, but not "hashCode", hence the selected object couldn't be >>> found >>> > in the selected set. >>> > >>> > Nick >>> > >&g

Re: [T5] Palette NPE

2008-12-03 Thread zack1403
ixes it. Thanks! >> >> Zack >> >> >> Nicolas Charles wrote: >> > >> > I just had this issue; it was because the object overrided the "equals" >> > method, but not "hashCode", hence the selected object couldn't be foun

Re: [T5] Palette NPE

2008-12-03 Thread James Hillyerd
d set. > > > > Nick > > > > > > -- > View this message in context: > http://www.nabble.com/-T5--Palette-NPE-tp20652729p20819782.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --

Re: [T5] Palette NPE

2008-12-03 Thread zack1403
> Nick > > -- View this message in context: http://www.nabble.com/-T5--Palette-NPE-tp20652729p20819782.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL P

Re: [T5] Palette NPE

2008-12-01 Thread Nicolas Charles
I just had this issue; it was because the object overrided the "equals" method, but not "hashCode", hence the selected object couldn't be found in the selected set. Nick zack1403 wrote: Bump for help on this? Is the because genericSelectModel.getOptionGroups returns null? This occurs in

Re: [T5] Palette NPE

2008-11-29 Thread zack1403
code below: > > selectEncoder = new > GenericValueEncoder(this.spreadsheetHeaders); > selectModel = new GenericSelectModel(this.spreadsheetHeaders, > StringBean.class, "value", "value", propertyAccess); > > Am I using this correctly? > > Thanks, > Zack > -

[T5] Palette NPE

2008-11-23 Thread zack1403
this message in context: http://www.nabble.com/-T5--Palette-NPE-tp20652729p20652729.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]