This is a bad practice to use service in domain model.
But if you want to enable annotations in your application, you should add in your configuration file:
<context:annotation-config />
And...
Type: Posts; User: forsergio; Keyword(s):
This is a bad practice to use service in domain model.
But if you want to enable annotations in your application, you should add in your configuration file:
<context:annotation-config />
And...
There I can see that BookingFlowHandler is used for booking flow. But I want to use MyDefaultFlowHandler and not to write that all of my flows should be mapped to MyDefaultFlowHandler. Could I...
I would't like to create flowHanler for each flow in my application, but I'd like to use my custom DefaultFlowHandler. The problem is that I can't tell FlowController to use my custom one. How can I...
I want it works like i do that with java: servletContext.getRealPath("");
May be someone has such experience...
Thank you! That works great! =)
I use in my project utf-8 character set and the main language for users is russian. I use Spring MVC + Spring Web Flow. I have a simple submit form, where post as parameters russian words in utf-8....
I have a problem with scripts in my popup window. I created popup with spring-js. This popup by ajax is addressed to some jsp. There are some scripts on that jsp. My problem is that scripts are not...