【发布时间】:2012-11-20 16:20:09
【问题描述】:
当我尝试使用标题标签设置视图页面的标题时,我在页面正文上得到了这个标题,我发现头部标签为空。这是页面的标题:
<head>
<meta name="layout" content="main">
<title>Implementation Error</title>
<link rel="stylesheet" href="${resource(dir: 'css', file: 'errors.css')}" type="text/css">
<r:require modules="bootstrap"/>
</head>
当页面被渲染时,我得到了以下信息:
<body>
Implementation Error
<script src="/accountcontrol/static/plugins/jquery-1.7.2/js/jquery/jquery-1.7.2.min.js" type="text/javascript"></script>
<link href="/accountcontrol/static/bundle-fixtaglib_head.css" type="text/css" rel="stylesheet" media="screen, projection">
<link href="/accountcontrol/static/bundle-bundle_bootstrap_head.css" type="text/css" rel="stylesheet" media="screen, projection">
<link href="/accountcontrol/css/style.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/accountcontrol/static/js/lputil.js"></script>
</body>
这是怎么回事?
谢谢,
【问题讨论】:
-
没有堆栈跟踪,没有异常,只是“实施错误”?
-
Implementation Error 是我在视图页面顶部设置的标题。这不是错误。