Passing parent layout's object to nested page

2015-10-22 Thread g kuczera
Hi Guys, I have a custom layout named LayoutM (java class and tml). It is used by my page - Activities - like that: http://tapestry.apache.org/schema/tapestry_5_3.xsd; xmlns:p="tapestry:parameter"> And it implements some kind of interface (class LayoutM implements CustomInterface).

Re: Passing parent layout's object to nested page

2015-10-22 Thread Nathan Quirynen
Yes it will inject the component defined in your Activities .tml file. You have to use the t:id value as your property name though. But if you don't define a t:id on your component I think the first will have a t:id value the same as the components name, which in your case is layoutM. But to

Re: Passing parent layout's object to nested page

2015-10-22 Thread g kuczera
Hi Nathan, To be honest, I just want to access the whole LayoutM object in the class, that uses it. Right now I am able to access Activities' fields from within http://tapestry.apache.org/schema/tapestry_5_3.xsd; xmlns:p="tapestry:parameter"> successBlock is the field from

Re: Passing parent layout's object to nested page

2015-10-22 Thread Thiago H de Paula Figueiredo
On Thu, 22 Oct 2015 06:48:34 -0200, g kuczera wrote: Hi Guys, Hi! I have a custom layout named LayoutM (java class and tml). It is used by my page - Activities - like that: http://tapestry.apache.org/schema/tapestry_5_3.xsd; xmlns:p="tapestry:parameter">

[ANN] Tapestry5-xiti, a tapestry module for Xiti, the web analytics solution

2015-10-22 Thread Nourredine K.
Hi there, I'm pleased to announce tapestry5-xiti, part of the got5[1] project. A tapestry contribution for "Xiti"[2] (a web analytics solution by "AT internet"). More details here : https://github.com/got5/tapestry5-xiti [1] https://github.com/got5 [2] http://www.xiti.com Best Regards,