Я пытаюсь сделать RequestMapping
для моего портлета RenderRequest
@RequestMapping("view.jsp", params="test")
public void doSome(RenderRequest request, RenderResponse response){
}
Но я получаю несколько ошибок, таких как
Multiple markers at this line
- Syntax error on token ""view.jsp"", invalid MemberValuePairs
- The attribute value is undefined for the annotation type
RequestMapping
- RequestMapping cannot be resolved to a type
Почему ??