On Tue, 28 May 2013 10:45:06 -0300, Ken in Nashua <kcola...@live.com> wrote:

Hi Folks,

Hi!

I want to include both player info and player stats in the same bean model.

Check the mailing list archives for that. You'll probably need to implement a PropertyConduit and use it in beanModel.add("stats, new YourPlayStatsPropertyConduit()); Or just use beanModel.add("stats", null) and use <p:stats> in the template to define how this will be rendered.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to