>From reading the Library example, I've seen that the Book object is never added to the page, but properties of the book object are: title, type, etc. Why not just add the Book instance to the page and refer to it directly in the markup?
Instead of: <span wicket:id="title"/> Have: <span wicket:id="book.title"/> Or is this already possible and I just missed it? ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
