Advertisement
panwars

springMVCPost1.2

Aug 2nd, 2013
1,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. @ActionMapping(params=”actionParam=submitForm”)
  2. @RequestMapping(“VIEW”)
  3. public void actionOneMethod(ActionRequest request,ActionResponse response){
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement