Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "RecursiveComponents" page has been changed by BobHarner. The comment on this change is: outdated note. http://wiki.apache.org/tapestry/RecursiveComponents?action=diff&rev1=4&rev2=5 -------------------------------------------------- + || NOTE: This is outdated information that applies only to Tapestry 4. Tapestry 5 also does not support recursive components. See https://issues.apache.org/jira/browse/TAP5-739 || + A component whose template calls itself again causes a stack overflow (due to an infinite loop) when the Tapestry parser encounters it. This is well documented many places. A couple of pages talk about a workaround using Block and Render``Block, but they have a couple of problems. This page contains a complete example I have working with Tapestry 4.1 combining ideas from the two main examples found elsewhere, but with one major addition to work around a side effect they don't mention. == Inspirational Examples == --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
