BindingParam not work with @Init

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.0.1
    • Affects Version/s: 6.0.0
    • Component/s: Databind 2
    • None
    • None

      Is there an example of @BindingParam in @Init anywhere? When I try

      <vlayout apply="org.zkoss.bind.BindComposer"
      viewModel="@id('vm') @init('some.ViewModel', foo='some string')">

      with

      @Init
      public void initialize(@BindingParam("foo") String foo) {

      foo is null instead of "some string"

            Assignee:
            dennis
            Reporter:
            dennis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: