Zk: Zul Get Value From Input Form-data March 07, 2024 Post a Comment I need a help about ZK framework. This is my situation. I have a html page: CopyThen, I use following in test.zul<window apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('test.vm.TestViewModel')"> Copyand then in TestViewModel@Init public void init(@ContextParam(ContextType.SESSION) Session session) { System.out.println(Executions.getCurrent().getParameter("codigoUnicoCliente")); } Copyand work like charm :) Share You may like these postsHow To Auto Fill Value In One Drop Down With The Same Value Selected In Another Dropdown?What Replaces Nav Lists In Bootstrap 3?Cannot Read Property 'insertBefore' Of Null At ForEach.afterHTML Parsing With VB.Net Post a Comment for "Zk: Zul Get Value From Input Form-data"
Post a Comment for "Zk: Zul Get Value From Input Form-data"