I am invoking a popup from one form. That popup has another form. The popup shows but there is a select box inside the popup which is not working as expected. If the values in the select box are populated dynamically from the backing bean, the value change event is not called for those values. The event is only called for the hard coded
. See sample code below, so for only itemLabel="1"
and itemLabel="2"
the fBean.onChange
method is called.
Фазы жизненного цикла не полны для динамических избранных изменений стоимости изделия:
В первый раз следующее фазы:
START PHASE RESTORE_VIEW 1
END PHASE RESTORE_VIEW 1
START PHASE RENDER_RESPONSE 6
END PHASE RENDER_RESPONSE 6
Next time onwards following phases are also added in the middle:
START PHASE APPLY_REQUEST_VALUES 2
END PHASE APPLY_REQUEST_VALUES 2
START PHASE PROCESS_VALIDATIONS 3
END PHASE PROCESS_VALIDATIONS 3
I tried ,
, went through the http post but no clue why is this happening. Will appreciate any help. Thanks
<!-- Contents of fPopup.xhtml -->