Happy !

Alidra / Seaside_Strange_Call_Behavior

Project infos

License MIT
Tags
Creation date 2017-05-28
Website

Monticello registration

About Seaside_Strange_Call_Behavior

This package illustrates a problem in the Seaside API that drove me crazy for almost a weekend.

In short, if the html render: aComponent is invoked in the same method where aComponent is instantiated. the call to a third component in the anchor in the rendering method of aComponent fails.

Please execute the web application for illustration.

The same thing stands if the anchor is replaced with a TBSButton