• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSF2 Page not loading on Redirect

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic