Behavior#renderHead() is triggered *before* Behavior#beforeRender()?

Yes, this is correct. Note that Behavior#beforeRender() is called immediately 
before rendering, while Component#onBeforeRender() is called in a separate 
traversal of the component tree *before* all components are rendered.

If yes, what could be the best way to have a #beforeRenderHead method?

What do you need it for? Try #onConfigure().

Sven



On 08/10/2013 08:30 PM, Sebastien wrote:
Dear all,

Quick question: is this the intended behavior that Behavior#renderHead() is
triggered *before* Behavior#beforeRender()?

If yes, what could be the best way to have a #beforeRenderHead method?

Thanks in advance,
Sebastien.



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

Reply via email to