<jsp:forword page="/first.htm">怎么跳转到springmvc的控制层?我这样写老是报500错 10

@RequestMapping("/first.htm")publicStringindex(Modelmodel,HttpServletRequestreq){List... @RequestMapping("/first.htm")
public String index(Model model,HttpServletRequest req){
List<Category> list = categoryService.findcate(1);
//把值设置到request中
model.addAttribute("list",list);
Iterator it = list.iterator();
int i = 0;
while(it.hasNext()){
i++;
Category category = (Category) it.next();
List<Category> sonlist = categoryService.findcate(category.getCategoryID());
model.addAttribute("list"+i,sonlist);
}
return "/first.jsp";
}

message An exception occurred processing JSP page /index.jsp at line 2
org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 2

1: <%@page contentType="text/html" pageEncoding="UTF-8"%>
2: <jsp:forward page="first.htm"/>
解决了,是我自己犯二,数据库没开…
展开
 我来答
btboy1978
2016-12-23 · TA获得超过2015个赞
知道大有可为答主
回答量:2950
采纳率:57%
帮助的人:972万
展开全部
是不是路径的问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式