On 4/24/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
It appears that your query doesn't return a Borrower but something else.Put a break point on line 45 and inspect what the type of the object is.
More specifically, your query returns Book objects, not Borrower objects. Martijn -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.6 contains a very important fix. Download Wicket now! http://wicketframework.org
