I have a page within my JSF2/Iceface WebApp, that when the navigation is called to it, appears to not navigate.
I see no errors in my logs, it appears that all the
Java functions as expected in the preceding page, and returns the correct navigation rule. however the view is not updated.
I have simplified the page to navigate to, to only include basic components.
This Issue is made more confusing, if i alter the second h:form to create a duplicate ID I see the expected
SEVERE: JSF1007: Duplicate component ID form1 found in view
warning in the logs.
This confirms that the navigation is executed, and the page is exists.
Is there any reason why the navigation / view would not update.
Note: This application functions when using my previous version (Icefaces 1.8 JSF1.2)
Any help would be greatly appreciated
Thanks