Include cannot bind when src contains parameters

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Normal
    • None
    • Affects Version/s: 5.0.7
    • Component/s: Components
    • Environment:

      Windows 7 , Firefox 24

    • None

      Include cannot bind when src contains parameters
      <zk>
      <window >
      <button label="New page" onClick="append()">
      <attribute name="onClick"><![CDATA[
      include.setSrc(null);
      include.setSrc("test2.zul?aa=bb");
      //include.setSrc("test2.zul"); without param, works fine
      ]]></attribute>
      </button>
      <button label="Button Back" onClick="append()">
      <attribute name="onClick"><![CDATA[
      include.setSrc(null);
      include.setSrc("test1.zul"); //NPE Include don“t exist

      ]]></attribute>
      </button>
      <include id="include" src=""/>
      </window>
      </zk>

            Assignee:
            danchen0720
            Reporter:
            zippy
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: