Mitchell Smith

Greenhorn
+ Follow
since Aug 30, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mitchell Smith

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
13 years ago
JSF
Hi,

When starting my web-app i see lots of Warnings as below


I understand that these are caused by duplicated definitions for managed-beans of the name.

My Question is... The Warning states Replacing existing managed bean class type, are any managed-property definitions from the first of the managed bean definition still created. Or is the entire definition for the managed-bean and all it managed properties cleared and overwritten?

Thanks
13 years ago
JSF