English 中文(简体)
404名乌勒马皮图人没有使用铁路。
原标题:Grails layouts not applied on a 404 UrlMapping
  • 时间:2010-06-27 23:20:14
  •  标签:
  • grails

在1.3.1左右,我想有404起差错造成“名单”控制器的主要指数行动。 该控制员在布局名录中使用常规布局文件(概览/内容/清单/清单,gsp),然后使用该表(概览/清单/索引.gsp)。

在通常情况下(),则适用了布局档案和刀。 然而,如果通过乌尔尔马普特类404条规则获得——“404”(控制器:“清单”行动:“指数”)——即使用排他性文档,只展示氮。

是否有任何人知道这种情况发生,是否有办法使常规布局显示404(或其他)错误绘图?

最佳回答

你们是否相信布局没有适用? I m using Grails 1.3.2 and I thought 但是,实际上,在404年后,布局缺乏模型和安全标记。

如果你们的布局内容源自这些现有东西,就首先尝试“我们的世界”,看看它是否显示出来。

问题回答

我知道,虽然这背后是Mesh Grails正在使用的一种 b。 围绕你的工作,你可以总结一下以下几页错误:

<g:applyLayout name="main">  
</g:applyLayout>

不使用通常做法:

<meta name="layout" content="main" />

查询的另一件是<代码>项目表>xml配置文件。 视答复的内容类型,重新对项目进行了处理/注销,该文档宣布了现场将处理的内容类型数值。 就我的情况而言,<代码>text/html;charset=UTF-8的条目不足以处理对<代码>text/html的回复。





相关问题
grails + gwt request handling via controllers

I am new to gwt. I am trying to integrate gwt+grails.Can anybody provide me a good example for handling the request using grails controllers and not a custom servlet.I will be really thankful if ...

Error loading the grails gwt module xml

I ve installed the plugin from this article by Peter http://www.cacoethes.co.uk/blog/groovyandgrails/the-command-pattern-w.... While compile time its not able to find the module file which is present ...

Sorting Objects Based on Custom Domain Class Methods

I have a domain class, in which I ve defined some methods which give the object a score based on different algorithms (eg. popularity). I now want to retrieve a list of these objects sorted by one of ...

Grails Packaging and Naming Conventions

Packaging Controllers, Services,etc. i.e. - com.company.controllers - com.company.services Is this a good practice or should be avoided by all means?? Another worth mentioning problem I encountered ...

Hibernate/GORM: collection was not processed by flush()

I have an integration test in my Grails application that fails when I try to save an entity of type Member invitingMember.save(flush: true) This raises the following exception org.hibernate....

热门标签