Hello,
I am having applicationContext with one bean definition like below:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
Type: Posts; User: AkshayL; Keyword(s):
Hello,
I am having applicationContext with one bean definition like below:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
The problem was because following dependency was missing from pom.xml:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc5</artifactId>
</dependency>
Now...
Hello,
I am getting following error:
I am not able to make out what the problem is :(
can anybody help me out please?
The issue was solved when we set bind="false" on transition state.
Problem Solved :)
I used following things in order to make it work:
1)
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
Used form tags instead of plain HTML tags.
...
Hi,
I am new to spring-webflow and I am not able to make transition from <view-state> to another state.
Below is my code from "dispatcher-servlet.xml" file:
<?xml version="1.0"...