Hi All,
does anybody know where to get documentation about Spring request lifecycle for portlet App (Spring's annotation based controller?
I need to know the order of calling methods by Spring and parameters (request, model, ...) available on each stage of request handling.
Main question is: when @ModelAttribute methods are called (I want to see full picture, not just "after that, before that", which I've already got via debugging)
Thanks a lot!