Re: Custom Component - @BeforeRenderBody not rendering stuff

2012-04-02 Thread Chris Mylonas
Thanks My "source" (and whatever the iterator returns) are always null...so I'll have to find out why that happens. On 02/04/2012, at 10:14 PM, Lance Java wrote: > Tapestry's own loop component might give you some inspiration too > http://tapestry.apache.org/5.3/apidocs/src-html/org/apache/tape

Re: Custom Component - @BeforeRenderBody not rendering stuff

2012-04-02 Thread Lance Java
Tapestry's own loop component might give you some inspiration too http://tapestry.apache.org/5.3/apidocs/src-html/org/apache/tapestry5/corelib/components/Loop.html On Monday, 2 April 2012, Lance Java wrote: > > Perhaps this diagram will help to debug http://tapestry.apache.org/component-renderin

Re: Custom Component - @BeforeRenderBody not rendering stuff

2012-04-02 Thread Lance Java
Perhaps this diagram will help to debug http://tapestry.apache.org/component-rendering.html On Monday, 2 April 2012, Chris Mylonas wrote: > Hi Tapestry List, > > After spending a few hours with render phases and all that comes with it (heartbeat/resources) I'm in a bit of a jam that I don't know

Custom Component - @BeforeRenderBody not rendering stuff

2012-04-01 Thread Chris Mylonas
Hi Tapestry List, After spending a few hours with render phases and all that comes with it (heartbeat/resources) I'm in a bit of a jam that I don't know where to go next. I'm setting up a basic component called PhoneView that receives an ArrayList of Phone objects...similar to the Tree example o