template part for ShowEvent (ShowEntity):
                                                <t:if test="event">
                                                        <t:showevent 
event="event"/>
                                                </t:if>
here ShowEvent gets not null entity, because it renders itself properly.
But then it passes it to AddEvent as null.
<t:addevent event="event" updatemode="updateMode"/>
http://img267.imageshack.us/img267/6773/pngay.png

I think problem could be, when it is passed to showEntity first time,
because motherPage uses special method to provide correct entity instance,
but it doesn't stored nowhere.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Nested-components-parameters-tp4922047p4922731.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to