Spot on. I have accidently used == for String equality so that's why it wasn't working. I have corrected it with .equals() and removed the ChoiceRenderer and it works perfectly :-)
Cheers, James. On Nov 6, 2007 5:42 AM, Dmitry Kandalov <[EMAIL PROTECTED]> wrote: > On Tuesday 06 November 2007 00:55:23 James Perry wrote: > > I empirically found out what the solution was to the problem of not > > selecting the correct default choice of the Manufacturer within Product! > > > > I added a ChoiceRendered to the constructor of DDC and it did the trick! > > It seems like equals() doesn't work correctly. > > > Dima > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]