Re: Very strange problem: conversion error

2006-11-14 Thread Grant Smith
Recent changes to SelectItem in 1.1.5 SNAPSHOT remove the convenient conversion between types for this component to make it work like the RI. Is #{TransactionReportBean.beginHour} a String ? On 11/14/06, Fraley, Taylor <[EMAIL PROTECTED]> wrote: So I'm having a very strange problem.  I have a jsp t

Re: Very strange problem: conversion error

2006-11-15 Thread Mr Arvind Pandey
Hi, Make sure that the arraylist property or its contents are not null. It must be initialised before the setter method gets invoked for this. regards... Arvind --- "Fraley, Taylor" <[EMAIL PROTECTED]> wrote: > So I'm having a very strange problem. I have a jsp > that's using a > h:selec

RE: Very strange problem: conversion error

2006-11-15 Thread Fraley, Taylor
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 5:49 PMTo: MyFaces DiscussionSubject: Re: Very strange problem: conversion error Recent changes to SelectItem in 1.1.5 SNAPSHOT remove the convenient conversion between types for this component to make it work