Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3044

ZK 8 popup/context/tooltip binding via EL/ZK-Bind

XMLWordPrintable

    • ZK 8.0.1 S2

      some component properties have overloaded signatures
      e.g.XulElement.setContext(String popupId) / setContext(Popup popup)
      setPopup setTooltip ... maybe more

      In ZK 8 it is no longer possible to assign a popup directly using EL or ZK-Bind annotations

      see attachment for reproducing examples.

      WORKAROUND:
      use the popup-Id instead

      <popup id="mypopup"/>
      <label context="${mypopup}"/> <!-- FAILS -->
      <label context="${mypopup.id}"/> <!-- WORKS -->
      <label context="mypopup"/> <!-- even simpler no EL just the id -->
      

            SEFI SEFI
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 4 hours
                4h