|
Apr
16 |
|
answered | Grails object references an unsaved transient instance |
|
Apr
15 |
|
asked | How to load external JSP taglib in Grails properly |
|
Mar
18 |
|
answered | Cannot get property 'config' on null object - Grails Service Spock Testing |
|
Feb
28 |
|
awarded | Critic |
|
Feb
23 |
|
comment |
Best practices for grails index pagestatic defaultAction = "random" - instead of redirect from index action you can add defaultAction static field to the controller with desired action name as value.
|
|
Feb
5 |
|
answered | access a Groovy file in GSP |
|
Jan
23 |
|
awarded | Yearling |
|
Jan
10 |
|
awarded | Nice Answer |
|
Jan
9 |
|
answered | How can I get an array from a comma separated string in Java |
|
Dec
21 |
|
comment |
Aligning Div with Sub Divs content Vertically Aligned Center Try to set position:relative on your divs or even better avoid floats and use position:absolute or display:inline-block. Here you go with some examples of vertical centering with CSS. |
|
Dec
21 |
|
revised |
Aligning Div with Sub Divs content Vertically Aligned Center added 79 characters in body |
|
Dec
21 |
|
answered | Aligning Div with Sub Divs content Vertically Aligned Center |
|
Dec
20 |
|
revised |
Overriding service method in grails integration test added 107 characters in body |
|
Dec
20 |
|
answered | Overriding service method in grails integration test |
|
Dec
20 |
|
comment |
Web front-end tools for Grails project If you stay with front-end scripting I recommend to get familiar with CoffeeScript. Here you go with the appropriate Grails plugin. |
|
Dec
4 |
|
comment |
How to make some URL mappings depending on the environment? As GrailsUtil.getEnvironment() is depreciated better to use Environment.getCurrent() or simply Environment.current. Beside I recommend using enum values like Environment.TEST, Environment.PRODUCTION, etc. on the right side of condition check.
|
|
Nov
14 |
|
comment |
Grails one-To-Many addTo() doesn't work? I mean constraints for Client object. They are cascade saving so can fail too. You have no error though, so I don't know. Maybe post the exact full code you executing or upload it somewhere so I can check. |
|
Nov
12 |
|
answered | Grails one-To-Many addTo() doesn't work? |
|
Nov
7 |
|
awarded | Student |
|
Oct
18 |
|
awarded | Yearling |