new MyPage(bean); On Mon, Aug 29, 2011 at 5:01 PM, eugenebalt <[email protected]> wrote: > I need to construct a page from a bean object. Ideally, I'd pass a custom > Object to > > PageParameters params = new PageParameters(); > params.add("bean", bean); > > but it's not letting me do that... only Strings. Any suggestions? Thanks > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/PageParameters-with-a-Data-Bean-Custom-Object-tp3776436p3776436.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
