On Fri, May 30, 2008 at 11:38 AM, David Nedrow <[EMAIL PROTECTED]> wrote:
>
> On May 30, 2008, at 11:20 AM, James Carman wrote:
>
>> What is the type of item.getModelObject().  Have you run it through a
>> debugger (or just simply put in a println)?
>
> Yes, I had done that first, thinking maybe I didn't understand how ListView
> worked via the Model.
>
> The object returned by item.getModelObject().toString() is...

Try doing, item.getModelObject().getClass().toString() (unless that's
what you meant to type).  Can we see an example method from your DAO?
What persistence library are you using (hibernate, jpa, jdo, etc.)?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to