Does SpringIDE support webflow version 2.0?
The reason I am asking is that springIDE ships with webflow version 1.0.3 (to be found in the eclipse plugins folder), and I cannot figure out if it's...
Type: Posts; User: Peter Odéus; Keyword(s):
Does SpringIDE support webflow version 2.0?
The reason I am asking is that springIDE ships with webflow version 1.0.3 (to be found in the eclipse plugins folder), and I cannot figure out if it's...
Having the same problem on eclipse 3.3.2, SpringIDE 2.0.4, Spring 2.5.3 and Spring Web Flow 2.0.0RC1, I have come to the conclusion that SpringIDE ships with webflow 1.0.3.1 in the plugins directory,...
Aiming for completely stateless servers, I need to take control of the session management.
So, what's in the Spring toolbox for client side session handling? I need to use a HTTP session as usual,...
Hi,
please have a look at http://jroller.com/page/PeterOdeus?entry=spring_and_java2script_and_dwr for a demo on how to bring Spring Framework validation to the browser with a little help from...
try this:
this.setComplete();
this.endTransaction();
/Peter
Hi,
one of my JUnit test cases is set to throw org.springframework.dao.ConcurrencyFailureException (which extends org.springframework.dao.DataAccessException) in the action states having ids...
Hi, for me the problem was solved when I moved the "messageSource" definition from the servlet context, e.g. "shippingrate-servlet.xml" to my root context "applicationContext.xml" The reason was that...
Here are the contents of commons-attributes-api.jar\META-INF\MANIFEST.MF:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.5.3
Created-By: Apache Maven
Built-By: hen
Package:...