Results 1 to 2 of 2

Thread: What order @ModelAttribute annotated methods called in?

  1. #1
    Join Date
    Apr 2009
    Posts
    13

    Default What order @ModelAttribute annotated methods called in?

    Hi,

    In Spring 2.5 MVC Annotation controller

    I have three or four @ModelAttribute methods which return values. I would like to know how the order of execution happens between these methods.

    I also see the below thread was not answered
    http://forum.springsource.org/showthread.php?t=47763


    Thanks

  2. #2
    Join Date
    May 2012
    Posts
    1

    Default

    I want to know, what order @ModelAttribute annotated methods will be called??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •