Hi there,
Since upgrading to 2.0.3 the following seems to trigger the preRender of the
managed bean behind the "new" outcome.
Is this expected behavior? If you need more explanation please let me know.
<h:link outcome="new" includeViewParams="true" value="New">
<f:param name="newId" value="#{originalBean.newId}"/>
</h:link>
Thanks,
Manfred