Ok, I'll try that then. Thanks for the clarification and for the template.
Type: Posts; User: davidmmx; Keyword(s):
Ok, I'll try that then. Thanks for the clarification and for the template.
Hi, I used spring web flow some time ago (more than a year) for a tiny project, and it was my first contact. Now that I'm starting another thing I've tried SWF 2, and there are some things I don't...
Ok, I've taken a look at webwork because I read somewhere about it's executeAndWait interceptor. I wanted to do something similar, without using webwork just for this.
This is the relevant code...
Hi, I know there are some threads about this. I have a big constraint: I don't know AJAX, and I don't have time enough to learn it and make it work within the deadline I have.
I found this comment...
Please delete this topic. I've found a similar one, where another user told that his eclipse configuration was modified to use Java 1.4. I didn't know I had this JDK, but it seems that at some point...
Hello, I'm writing because today I was going to start a new Spring project, but I’m unable to use Spring IDE anymore. There’s nothing to add “Spring nature” to a project, and in the Spring project I...
Thank you!!! I had been studying this and I found that I could do
return new ModelAndView(new RedirectView(getSuccessView()));
but I like more the idea of the redirect: tag in the xml file....
Hi, this is my first post, and I'm sorry if this is a noob question. My problem is trying to bind a bean in a jsp page. These are the details:
1º The user has a login page (let's call it...