Revision history [back]

click to hide/show revision 1
initial version

answered 2016-04-25 05:47:53 +0800

chillworld gravatar image chillworld flag of Belgium

https://github.com/chillw...

Hi there,

If you are using previous ZK8 :

apply="org.zkoss.bind.BindComposer" viewModel="my.path.ClassVM"

Watch out, case sensitive.

ZK8 and later :

viewModel="my.path.ClassVM"

Greetz chill.

Hi there,

Watch out, case sensitive.
If you are using previous ZK8 :

apply="org.zkoss.bind.BindComposer" viewModel="my.path.ClassVM"

Watch out, case sensitive.

ZK8 and later :

viewModel="my.path.ClassVM"

Greetz chill.

Hi there,

Watch out, case sensitive.
If you are using previous ZK8 :

apply="org.zkoss.bind.BindComposer" viewModel="my.path.ClassVM"
viewModel="@id('vm') @init('my.path.ClassVM')"

ZK8 and later :

viewModel="my.path.ClassVM"
viewModel="@id('vm') @init('my.path.ClassVM')"

Greetz chill.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More