Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:jsf2.0, icefaces 2.0, compat
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
Using View Scope and component binding, and example of HtmlInputText with session scope for both jsf2.0 and ICEfaces 2.0 bind the value of the component to the component directly bound in the backing bean. Using partial submit, the correct value is not always displayed. However, with View scope, (for example using TextEntry in compat showcase and add a component binding to the backing bean), the bean is not the same instance for each partial submit and the component bound directly to backing bean is null.
Also,
ICE-5219depends on this