On Wed, Jun 17, 2009 at 3:35 AM, Eldred Mullany
<eldred.mull...@easypay.co.za> wrote:

> Hi Guys

Hi!

> No problem, thanks Otho and donf yang for helping a newbie at Tapestry.
> Am still trying get my head around how to pass data between components
> (not same as pages) ie how to pass data from one component to another.

Take a look at the @Environmental annotation. It is used, for example,
by fields to check if it has a validation error. They do that by
getting a ValidationTracker instance from the environment, which is
pushed by the Form component while starting its rendering.

--
Thiago

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

Reply via email to