The Rendering Phase

After all events are processed, ZK renders these components into a regular HTML page and sends this page to the browser.

To render a component, the redraw method is called. The implementation of a component shall not alter any content of the component in this method.