Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.Alpha1
-
Fix Version/s: EE-2.0.0
-
Component/s: Facelet Components
-
Labels:None
-
Environment:jsf 2.1
Description
The Rich Data component is seems to work as advertised if everything is done very slowly and the Lifecycle is allowed to finish between requests. The component needs few seconds to render in the render response phase which seems to kill the bridge code if the demo/component is quick clicked on.
The component should be looked at to see if anything can be done to optimize the render time of the component. The behaviour seem about the same in 1.8.2 .
The component should be looked at to see if anything can be done to optimize the render time of the component. The behaviour seem about the same in 1.8.2 .
It seems that some of the performance issues might be related to the general use of the icecore:singleSubmit tag in the demo application. This is causing any visited input fields, such as data entry fields in editable datable, to do a singleSubmit onblur. This adds numerous extra submits and lifecycles and is not necessary for this demo as it's written to valid, etc. on "save" by clicking the save button.
Changes should be made to the structure of the sample app. to avoid using singleSubmit in a blanket fashion, so that each demo can apply it as required.