what you want is an CompoundPropertyModel: http://cwiki.apache.org/WICKET/working-with-wicket-models.html
> -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Kees de Kooter > Gesendet: Montag, 28. Mai 2007 13:15 > An: [email protected] > Betreff: [Wicket-user] Binding pojo to (read only) page > > I come from a Spring MVC background. Spring MVC provides the > <spring:bind> tag which basically allows to throw a pojo at > the page and bind its properties. > > Is something similar possible with Wicket, without having to > explicitly "bind" every property in the page class? > > > -- > Cheers, > Kees de Kooter > http://www.boplicity.net > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by DB2 Express Download DB2 > Express C - the FREE version of DB2 express and take control > of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
