Shouldn't the line below have "name" rather than "publisher"? I haven't used this filtered thing in a while, but from your error, that's what it sounds like the problem is. You're passing it a Publisher, and it's saying that it doesn't have a "publisher" field on it - because you told it to use the "publisher" field.
-- Jeremy Thomerson http://www.wickettraining.com On Fri, May 1, 2009 at 2:31 AM, Linda van der Pal <[email protected]> wrote: > columns[3] = new ChoiceFilteredPropertyColumn(new > Model<String>("Publisher"), "name", "publisher", createPublisherModel()); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
