Re: T5.3.6 Fade-out/in a zone via Event/ActionLink by use of custom developed mixins‏

2012-12-10 Thread dev_work
I figured out, that the extension of the initializer of the zone causes the problem that the associated ZoneManager is not linked. How can I reconfigure the zone, so that ZoneManager is present again? -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-6-Fade-out-in-a-zo

Re: T5.3.6 Fade-out/in a zone via Event/ActionLink by use of custom developed mixins‏

2012-12-07 Thread dev_work
Update: "Clicking the link, it shortly fades out the zone and then it appears normal." -> solved: by adding to the eventlink the parameter t:zone with the appropriate id name. Now I run into the next issue: "Element theZone does not have an associated Tapestry.ZoneManager object" What is it about