Is it ok that parent render phases must be called explicitly from my
components?

I.e. I must create


DerivedComponent.java:

        protected void beginRender() {
                super.beginRender();
        }

otherwise BaseComponent beginRender() is not called.

This behaviour seems to contradict
http://tapestry.apache.org/tapestry5.1/guide/rendering.html, "Parents
before Child"


Regards, Sergey.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to