Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    850

    Yes, I'm saying that you should add logic to the...

    Yes, I'm saying that you should add logic to the LoginController. If you want to keep the LoginController simple it can merely redirect to a new Controller, I'll call it PostLoginController, to make...
  2. Replies
    5
    Views
    850

    It seems that your architecture violates the MVC...

    It seems that your architecture violates the MVC concept. The View is supposed to render (display, print, etc.) the data without much control logic. The Controller is supposed to direct flow of...
  3. Replies
    5
    Views
    850

    I don't think the Contoller needs to know what...

    I don't think the Contoller needs to know what view it is preparing data for. The view, or views, need to know the names of the data.

    A Controller can call the ModelAndView's addObject() method...
  4. a single thread for lifetime of http request

    I need to know if web or http request runs entirely in one thread. I understand that each request can, and usually is, a different thread but that is not what I'm asking.

    The preHandle method of...
  5. jar files needed

    I went back to the older version of web flow and now I can access the start page of my web app.

    for newbies like me here are the jar files you need:

    spring-webflow-1.0.5.jar needs to be on your...
  6. Thanks. I added spring-webflow-2.0-m3.jar into...

    Thanks.

    I added spring-webflow-2.0-m3.jar into my war file and I don't get that error. Now I get:


    SEVERE: Servlet /onlineEndr threw load() exception...
  7. Configuration problem: Unable to locate NamespaceHandler

    Apache/tomcat is complaining about my Web Flow configuration file:



    INFO: Initializing Spring FrameworkServlet 'onlineEndr'
    Jan 25, 2008 2:25:21 PM org.apache.catalina.core.ApplicationContext...
Results 1 to 7 of 7