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...
Type: Posts; User: redcayuga; Keyword(s):
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...
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...
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...
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...
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...
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...
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...