Revision history [back]

click to hide/show revision 1
initial version

answered 2013-06-27 09:58:21 +0800

benbai gravatar image benbai

http://www.zkoss.org

Currently VM will not "Chain" the getters,

the code

@NotifyChange("store.shoppingCart.itemsCount")

probably mapping to

public ??? getStore.shoppingCart.itemsCount () // just guess, not sure

change the NotifyChange as below then it should work:

@NotifyChange("store") // vm.getStore()

Currently VM will not "Chain" the getters,

the code

@NotifyChange("store.shoppingCart.itemsCount")

probably mapping mapped to

public ??? getStore.shoppingCart.itemsCount () // just guess, not sure

change the NotifyChange as below then it should work:

@NotifyChange("store") // vm.getStore()
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More