ZK: Zul Get Value From Input Form-data January 01, 2023 Post a Comment I need a help about ZK framework. This is my situation. I have a html page: Copy Then, I use following in test.zul <window apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('test.vm.TestViewModel')"> Copy and then in TestViewModel @Init public void init(@ContextParam(ContextType.SESSION) Session session) { System.out.println(Executions.getCurrent().getParameter("codigoUnicoCliente")); } Copy and work like charm :) Share You may like these postsSetting Up Gatsby Blog Hierarchical Url Slug StructureRequest To Google Text-To-Speech APIDifferences Between 'url', 'src', And 'href'Add A Class To A Href That's Set To '#' Post a Comment for "ZK: Zul Get Value From Input Form-data"
Post a Comment for "ZK: Zul Get Value From Input Form-data"