Re: No get method defined for class error

2009-02-20 Thread Martijn Dashorst
the ddc assumes your model.bind() is the list of items to select from, which you conveniently overwrite after constructing the DDC. Read the javadoc for each constructor parameter... then provide the readonly model as a constructor parameter. Martijn On Sat, Feb 21, 2009 at 12:03 AM, rjilani wro

RE: No get method defined for class

2008-04-17 Thread Bruce
get method defined for class It seems like its related to the choice list box, the values of the options are getting rendered using that class. Do you not have a choice list on the page? if mwh.entity.PoolRole is your class, check if it has name property - if not you probably will have to

Re: No get method defined for class

2008-04-16 Thread Ritz123
It seems like its related to the choice list box, the values of the options are getting rendered using that class. Do you not have a choice list on the page? if mwh.entity.PoolRole is your class, check if it has name property - if not you probably will have to change the choicerenderer model t