使用include动作标签
Include动作
这个include标签的代码,然后tomcat就报找不到页面的错误,去的文件名没有输错,
date1的jsp是这样写的
<%
Date d = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy年MM月dd日");
String s = sdf.format(d);
out.println(s);
%>
然后只用include指令就能正常转跳,但是使用动作标签就会报错..报
type Status report
message /include/include_action.jsp
description The requested resource is not available.这样的错误