Unable to change property in a bean

I have a couple of properties.
One inside a bean and one at portlet page bean level.
Both properties have initial values set through properties window.
I have an async command button. On the command button action i change the value of both properties through data flow.
The value for portlet page bean level property gets changed. However, the value of property inside another bean somehow gets reset to its initial value.:angry:
The sample project is attached. Any idea whats the issue.
I don’t want to put initialization stuff in java manually.
Test.zip (15.9 KB)

Never mind. Got it resolved.
I initialized the property in the bean, in the faces-config.xml, rather through property window.:cool: