Monicka Akilan Rk

Greenhorn
+ Follow
since Jun 24, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Monicka Akilan Rk

Hai,

Am working in spring. I use redirect view to redirect to a particular url , In that controller post method i used param to differentiate different different action called search,update,Delete.
Now i dont know how to pass param in redirect view

******************************* My redirect code is*********************
RedirectView view = new RedirectView(".abc.xyz?Get=Get", true);
return new ModelAndView(view.getUrl());

*********************************Controller method have to call*****************
@RequestMapping(value = "/aaaa", method = RequestMethod.POST,params = {"search"})

==========================================================================
I used ".abc.xyz " this is a tiles view name.
Whether i have to give view name or direct url.
I need to call that method..


==========================================================================

I got 404 error it cant reach that controller


Please help me to sort out of this problem.


Thanks in advance
10 years ago