As I understand, specifying "none" as
execute parameter in
fireAjaxTransaction should not execute component, and component should
only be put through render-response stage.
What I am seeing is despite the fact that execute="none" it still puts
request through the UpdateModelValues phase ( apparently a call from
PartialTraversalLifecycle.execute:80)
Is this a bug?