解决artDialog弹出artDialog的问题

时间:2022-09-19 23:40:31

2015年5月8日 天气雨转晴
由于功能的需要,要实现artDialog弹出artDialog的功能,在网上搜索了很多相关的资料,但是都没有找到解决的方法。后来经过对比他人的代码得以发现问题的所在。

错误的写法:

<%@ include file="/WEB-INF/layouts/include/taglibs.jsp"%>
<%@ include file="/WEB-INF/layouts/include/head.jsp"%>
<!DOCTYPE html>

正确的写法:

<!DOCTYPE html>
<%@ include file="/WEB-INF/layouts/include/taglibs.jsp"%>
<%@ include file="/WEB-INF/layouts/include/head.jsp"%>