I am using Using SWF 2.3.
I have a "forgot password" flow (/password.do) that asks the user for their email address. These forms and flow populate the model object (password). The backend sends an...
Type: Posts; User: athieme; Keyword(s):
I am using Using SWF 2.3.
I have a "forgot password" flow (/password.do) that asks the user for their email address. These forms and flow populate the model object (password). The backend sends an...
I've figured out that my problem was in naming my Tiles definition. The definition name must match path to the filename, or, perhaps its the view name (in my case, they are the same). Here's what...
I am following the booking-mvc example to integrate Tile with SWF. Tiles is working for simple JSP pages (mapped to .do), but when I try to access a page connected to a flow I get the following...
Thanks for the useful suggestion. I too have seen similar code for web applications. However, if I understand what you mean, this may only solve when the entry point is web app based. In fact, the...
In essence, this is the part that I wanted to avoid. I recently attended a Java User's Group meeting where Justin Gehtland (co-author of Spring: A Developer's Notebook) gave a presentation on Spring....
I apologize if this has been asked and answered, but I've been unable to find the solution. In short, I thought I could use Spring in my application without ever having Java code which imports...