Search:

Type: Posts; User: Asshen-Sukar; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    828

    Its not well documented what error class the web...

    Its not well documented what error class the web layer uses. Had to test it manually the class name and all of his parameters.

    Errors err = new BindException(command,"command");

    The '"command"'...
  2. Your question has nothing to do with Spring. It...

    Your question has nothing to do with Spring. It should belong to a javascript or Ajax forum.

    Oh yeah, there is not much information available what ajax, javasript or whatever framework you are...
  3. Replies
    2
    Views
    839

    Ok thanks for the answer. Seems i will indeed...

    Ok thanks for the answer. Seems i will indeed need to rewrite some things.

    I suppose that you mean with binding is not needed anymore that its done automaticly but if you want to implement you own...
  4. Replies
    2
    Views
    839

    @Controller and testing

    Hi all,

    I have a small design problem with annotations and testing.
    I am using the @Requestmapping and @Initbinder in my controller object and the name of the function is free then. I have an...
  5. Replies
    7
    Views
    1,177

    The problem seems to be prepared statements in...

    The problem seems to be prepared statements in mysql.

    Those question marks means that you are using prepared statements. Be sure you use the a new version of mysql and jdbc drivers.

    If mysql...
  6. Replies
    3
    Views
    1,715

    Seems I was not clear enough. In my Spring...

    Seems I was not clear enough.


    In my Spring config there is an User object declared 'User4'. That user is injected in Usermanagers 'user'.
    My datatbaselayer returns an fully populated User...
  7. Replies
    3
    Views
    1,715

    populating spring bean with hibernate

    Hi all,

    I have a little design problem with spring beans and hibernate.

    I am trying to fetch a User from the db and put it in a spring bean so other object can later access it. The user is...
Results 1 to 7 of 7