Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    872

    Stupid me, I overwrote a method I should not...

    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...
  2. Replies
    1
    Views
    872

    Validation works, ErrorMessages don't

    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...
  3. With doSubmitAction you can't create a...

    With doSubmitAction you can't create a ModelAndView Object to be returned, which can be done with onSubmit.
  4. Replies
    8
    Views
    1,380

    I never heard of a message.properties file...

    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....
  5. Replies
    8
    Views
    1,380

    Yes... um, I did that because I thought I could...

    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...
  6. Replies
    8
    Views
    1,380

    Guessing is good! :D Well, I do have a...

    Guessing is good! :D

    Well, I do have a Validator. Quite easy, it looks like this:

    public class BookValidator implements Validator {
    private Logger logger =...
  7. Replies
    8
    Views
    1,380

    I tried that. Doesn't work either...

    I tried that. Doesn't work either...
  8. Replies
    8
    Views
    1,380

    Errors, but no Errors displayed

    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:

    ...
Results 1 to 8 of 8