[ https://issues.jboss.org/browse/JBSEAM-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny resolved JBSEAM-5127. ----------------------------------- Fix Version/s: 2.3.2.CR1 Resolution: Done > SeamNavigationHandler is not JSF2 compliant > ------------------------------------------- > > Key: JBSEAM-5127 > URL: https://issues.jboss.org/browse/JBSEAM-5127 > Project: Seam 2 > Issue Type: Bug > Components: JSF Integration > Affects Versions: 2.3.0.Final > Reporter: Ilia Vassilev > Assignee: Marek Novotny > Fix For: 2.3.2.CR1 > > > From javax.faces.application.NavigationHandler: > {code} > * <p class="changed_added_2_0">This method must set the render targets > * (used in partial rendering) to <code>render all </code> > * invoking {@link javax.faces.context.PartialViewContext#setRenderAll}) > * if the view identifier has changed as the result of an application > * action (to take into account <code>Ajax requests</code>).</p> > public abstract void handleNavigation(FacesContext context, > String fromAction, > String outcome); > {code} > org.jboss.seam.jsf.SeamNavigationHandler doesn't implement it and therefore > an ajax-view-change cannot be detected by PartialViewContext. Result: nothing > will be rendered. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ seam-issues mailing list seam-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/seam-issues