I am facing a problem when i startup the server with spring configuration. I have got the Following Error
I am using spring with Zk and I use zkspring-core 3.0RC
I am playing around with Spring-Webflow (2.3), ZK (5.0.7.1) and ZK Spring (3.0).
Actually I'm trying to signal an event with a HTML link as described at Spring-Webflow. ...
I implemented a small web-app with spring 3.0, spring-webflow 2.3, zk 5.0.7, zkspring 3.0 and hibernate.
One of the flows shows a taskboard (zk-borderlayout) with panels on it representing the tasks. ...