-
Apr 3rd, 2012, 08:37 AM
#1
Action method parameters, how many, and what are they?
How can I know what parameters an action can take and return?
As of now, I know of
someAction(HttpServletResponse response, HttpServletRequest request, Model model)...
is there any more? Is there a reference for this?
What is the intention of Model, since I know you can return a ModelAndView as well...
Can you return a Model as well?
Thanks!
-
Apr 3rd, 2012, 09:09 AM
#2
I suggest google which would have quite easily pointed you to the reference guide.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules