Hi all, Does Component#hasBeenRendered return false only once per the entire lifecycle of the component or once per request?
My use case is that I want to do some initializations in a MyComponent extends AbstractTextComponent but after resolveType() has been run, so I thought I'd do them in onBeforeRender() and check hasBeenRendered(). Thanks in advance! Marios
