Stupid me, I overwrote a method I should not overwrite:
SimpleFormController.showForm(HttpServletRequest req, HttpServletResponse res, BindException bindEx, Map map)
Without that, it works.
But...
Type: Posts; User: KarstenTS; Keyword(s):
Stupid me, I overwrote a method I should not overwrite:
SimpleFormController.showForm(HttpServletRequest req, HttpServletResponse res, BindException bindEx, Map map)
Without that, it works.
But...
Hi there.
I can't get this thing running. The Errors are not displayed in my page.
Logger tells me about BindExceptions, like this...
2005-04-18 16:45:54,787 INFO...
With doSubmitAction you can't create a ModelAndView Object to be returned, which can be done with onSubmit.
I never heard of a message.properties file before. And I didn't find much about it. Where can I get some information?
Another thing, if I get the error displayed, I don't even want it to occure....
Yes... um, I did that because I thought I could catch the Problem, that String cannot be mapped to BigDecimal. However, when I take away that part, the problem is the same:
public void...
Guessing is good! :D
Well, I do have a Validator. Quite easy, it looks like this:
public class BookValidator implements Validator {
private Logger logger =...
I tried that. Doesn't work either...
Hi Folks!
I do have a quite strange problem. I try to get my first SpringApplication run and in a Form there's an InputField, where a number should be entered. The JSP looks like this:
...