Refresh include page that load using forEach propertie in ZK framework -
I have to refresh the page in the included tag, but it is dynamically using it for every asset, it is my The code snippet is:
& lt; Button onClick = "... include refresh page ..." /> & Lt; Tabbed ID = "TB" Orient = "vertical" & gt; & Lt; Tab & gt; & Lt; Tab; ForEach = "$ {vm.columnList}" label = "$ {each}" hflex = "true" /> & Lt; / Tab & gt; & Lt; Tabpanels & gt; & Lt; East = "$ {vm.columnList}" & gt; For TabPanel & Lt; Height = "90%" rc = "/ campaignss.zul" RCA = "$ {each}" date = "$ {vm.date}" /> & Lt; / Tabpanel & gt; & Lt; / Tabpanels & gt; & Lt; / Tabbox & gt; I want the button to be pressed when the button is pressed, the whole page will not reload, the whole page will not try to use the ID to use the invalid function, but the page An error is returned with the repeated ID using each property to load
The page is used for every reason because the content is different depending on the parameters to be passed There are different causes different tabs.
Click on the button
& lt; Button onClick = "tb.getSelectedPanel (). GetFirstChild (). Invalid ()" />
Comments
Post a Comment