Dynamic View Handeling from a ValueChangeEvent(SelectOneChoice or Similar) --------------------------------------------------------------------------
Key: ADFFACES-434 URL: https://issues.apache.org/jira/browse/ADFFACES-434 Project: MyFaces ADF-Faces Issue Type: Bug Environment: I have tried with the nightly build as well as 1.0 and 1.0.1 versions of Trinidad. State Saving on the client side Reporter: Justin McKay Dynamic navigation from a ValueChangeEvent(selectOneChoice). This did work with Oracle's ADF but is not working with Trinidad. It seems like the page is created(backing beans are called and the page seems to be generated), we are just not actually moving to that page. One thing to note is this code does work from an ActionEvent(Button or Link). String path = "/misc/finder.xhtml"; FacesContext fContext = FacesContext.getCurrentInstance(); ViewHandler vh = fContext.getApplication().getViewHandler(); UIViewRoot uroot = vh.createView(fContext, path); fContext.setViewRoot(uroot); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.