首页
App
&
Coffee
文档
项目
分享
反馈
俱乐部
登录
注册
render跳转到Jsp页面只有空白!!!
jinqiwen
2018-05-05 20:59
项目:
JFinal
评论区
JFinal
2018-05-08 09:38
很可能是你没添加支持 jsp/jstl 的 jar 包,然后日志没配置好,所以控制台也没有输出异常
下载首页的 jfinal demo 拿到 log4j 的配置文件与 jar 包直接用上
然后下载首页的 jfinal-3.4-all.zip,用上里头的支持 jstl 的 jar 包
如果你是 maven 管理的依赖,参考一下 jfinal 项目中的 pom.xml 对 jsp/jstl 的引入:
https://gitee.com/jfinal/jfinal/blob/master/pom.xml
回复
发送
我要反馈
热门反馈
扫码入社
下载首页的 jfinal demo 拿到 log4j 的配置文件与 jar 包直接用上
然后下载首页的 jfinal-3.4-all.zip,用上里头的支持 jstl 的 jar 包
如果你是 maven 管理的依赖,参考一下 jfinal 项目中的 pom.xml 对 jsp/jstl 的引入:
https://gitee.com/jfinal/jfinal/blob/master/pom.xml