Search:

Type: Posts; User: forsergio; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    987

    This is a bad practice to use service in domain...

    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...
  2. Replies
    3
    Views
    1,134

    There I can see that BookingFlowHandler is used...

    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...
  3. Replies
    3
    Views
    1,134

    How to use custom DefaultFlowHandler

    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...
  4. How to get path to my webapp in spring config?

    I want it works like i do that with java: servletContext.getRealPath("");
  5. How can I do authentication process as a web flow?

    May be someone has such experience...
  6. Replies
    2
    Views
    1,232

    Thank you! That works great! =)

    Thank you! That works great! =)
  7. Replies
    2
    Views
    1,232

    A problem with utf-8 character encoding

    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....
  8. Replies
    0
    Views
    802

    Javascript in popup window

    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...
Results 1 to 8 of 8