Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:Windows XP, java 6
Description
The Constraint display, which isn't documented, but exist in some examples and the edit.gsp, was ignored in list.gsp and show.gsp.
See example.
-
Hide
- scaffoldingBug.zip
- 09/Sep/09 12:09 PM
- 145 kB
- N. S t a r g a r d t
-
- scaffoldingBug/.classpath 6 kB
- scaffoldingBug/.project 0.5 kB
- scaffoldingBug/.../org.codehaus.groovy.eclipse.preferences.prefs 0.1 kB
- scaffoldingBug/.../org.eclipse.jdt.core.prefs 0.1 kB
- scaffoldingBug/application.properties 0.2 kB
- scaffoldingBug/build.xml 5 kB
- scaffoldingBug/.../BootStrap.groovy 0.1 kB
- scaffoldingBug/grails-app/.../Config.groovy 3 kB
- scaffoldingBug/.../DataSource.groovy 0.6 kB
- scaffoldingBug/.../resources.groovy 0.0 kB
- scaffoldingBug/.../UrlMappings.groovy 0.2 kB
- scaffoldingBug/.../SomeDomainController.groovy 0.1 kB
- scaffoldingBug/.../SomeDomain.groovy 0.3 kB
- scaffoldingBug/.../messages.properties 3 kB
- scaffoldingBug/.../messages_de.properties 3 kB
- scaffoldingBug/.../messages_es.properties 3 kB
- scaffoldingBug/.../messages_fr.properties 2 kB
- scaffoldingBug/.../messages_it.properties 2 kB
- scaffoldingBug/.../messages_ja.properties 2 kB
- scaffoldingBug/.../messages_nl.properties 3 kB
- scaffoldingBug/.../messages_pt_BR.properties 3 kB
- scaffoldingBug/.../messages_ru.properties 4 kB
- scaffoldingBug/.../messages_th.properties 5 kB
- scaffoldingBug/.../messages_zh_CN.properties 2 kB
- scaffoldingBug/.../SomeService.groovy 0.1 kB
- scaffoldingBug/grails-app/.../error.gsp 2 kB
- scaffoldingBug/grails-app/.../index.gsp 0.9 kB
- scaffoldingBug/grails-app/.../main.gsp 0.7 kB
- scaffoldingBug/ivy.xml 2 kB
- scaffoldingBug/ivysettings.xml 0.8 kB
-
- show.gsp
- 14/Feb/11 3:46 PM
- 5 kB
- Tuomas Kassila
Activity
Hide
Alex Weino
added a comment -
I would like to see "display" treated as a closure with the arguments 'object' and 'page' =
{create, edit, show}(maybe others, but I can't think of anything more helpful) so that I can determine if I want to show it or not.
Show
Alex Weino
added a comment - I would like to see "display" treated as a closure with the arguments 'object' and 'page' =
{create, edit, show}
(maybe others, but I can't think of anything more helpful) so that I can determine if I want to show it or not.
Show
Tuomas Kassila
added a comment - Here is the corrected show.gsp template for 1.3.6.
This seems to be still an issue in Grails 1.2.x