Does ZK Web Flow work with ZK 5 RC?
ZK 5 change the signature of setAttribute. We will make ZK Web Flow works with ZK 5.
Thank You. Is there a road map for when ZK Web Flow GA will be made available.
ZWF 1.0 is schedule to be released in Q1, 2010.
Henri,
Is ZWF 1.0 available yet? The RC still shows on the download page. I have an app that this would work great in but it is running on ZK 5.0.1. Thanks.
Charles
Hi clarktrip3
please download zwf 1.0 RC2
it compatible with ZK 5
Perfect. Thanks Jimmy!
Hello all,
I'm trying to use ZK web flow with ZK 5.0.3 and I'm getting the same problem mentioned by arjunachala, do you have any ideas how to solve it?
- Khaled
It worked out, found a newer version of the jar file, zwf-1.0.0-RC2.jar, on Google code: http://code.google.com/p/zkwebflow/downloads/list
Hi,
Is any body has ZK Web Flow system documentation about the xml file tages and attributes.
Regards,
Kishore
http://docs.zkoss.org/wiki/Ajax_Based_ZK_Web_Flow_System#As_Simple_As_Defining_a_ZUL_Page
ZK - Open Source Ajax Java Framework
All - I am trying to find out if the ZK web flow is supposed to work with ZK 5. I have not been able to get it working. I always get
java.lang.NoSuchMethodError: org.zkoss.zk.ui.WebApp.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V
org.zkoss.zwf.metainfo.FlowDefinitions.getCache(FlowDefinitions.java:94)
org.zkoss.zwf.metainfo.FlowDefinitions.getFlowDefinition(FlowDefinitions.java:68)
org.zkoss.zwf.metainfo.FlowDefinitions.getFlowDefinition(FlowDefinitions.java:55)
as soon as
<?init class="org.zkoss.zwf.FlowHandler" arg0="/flow/task/taskFlow.xml"?> is encontered in a page.