You are 100% correct. My HQL query was "from Book" instead of "from Borrower"
Looking forward to learning all the features of Wicket. Martijn Dashorst wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Wicket-Error%3A-Error-attaching-this-container-for-rendering%3A-tf3637779.html#a10160420 Sent from the Wicket - Dev mailing list archive at Nabble.com.
