Part 02 - 04 - Understanding @RequestParam and @PathVariable annotations

preview_player
Показать описание
In this video will help you to understand how to use the @RequestParam and @PathVariable annotation in the project.
Рекомендации по теме
Комментарии
Автор

Good tutorial. I understood well. Thanks

xPain
Автор

Hi Kz,

Your videos are absolutely brilliant. Hands-on and detailed. I am getting a grip in Spring and Hybris through your videos. I have also subscribed to your channel.

kmnm
Автор

Sir your videos on spring is really helpful and detailed. Pl upload more !!

masumahmedsarkar
Автор

very nyc explaination sir, could you plz provide the sublime text also for every videos as a reference for notes.

ankitkachhava
Автор


ModelAndView mv=new ModelAndView("page");
mv.addObject("message", value);
return mv;
} I m triggering this I m getting this error:
message

description The requested resource is not How to resolve this

prabhanjanranjan
Автор

@PathVariable doesn't work for me. It says, "The origin server did not find a current representation for the target resource or is not willing to disclose that one exists." Whereas @RequestParam works. Could you please suggest where is the issue.

ShaliniSingh-sizd
Автор

give error 404 but @RequestMapping(value="/test {greeting}" works fine

mihai
Автор

sir how u changed ur default page to onlineshopping/home in the next video .... theres no explaination abt dat... plz reply ...its urgent m stuck in it

shivankpandey
Автор

Why would it be that at the end, without greeting im getting error 404 instead of going to if(greeting==null) condition ?

breze
Автор


mike";}
ModelAndView mv= new ModelAndView("page");

mv.addObject("greeting", greeting);
return mv;


}

mihai
join shbcf.ru