Can I send Ajax "update" commands to JSF components that have not been rendered due to render option previously set to false:
render="#{BackingBean.doRender}"
doRender is set to true
just before "update" has been sent.
Is this the right way?
I am using PrimeFaces and one component does not show after update
even doRender
is set to true in the meantime.