dev@javaserverfaces.java.net

question about h:link?

From: Manfred Riem <mriem_at_manorrock.org>
Date: Mon, 11 Oct 2010 10:31:31 -0600

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