I\'m making a script using some already created (not by me) domain classes from grails. 开发者_如何转开发class Person extends OAP {
Upon registration to my Grails app, the user receives an email with a confirmation link. Clicking that link, takes her to the according \'enable\' action.
I am getting\"ORA-00972: identifier is too long\" error while saving a domain class object. Caused by: org.hibernate.exception.SQLGrammarException: could not initialize a collection: [com.intelligrap
I have a class called Address which has a boolean field called clone.I am trying to use the Grails list() method to show instance of the Address class where clone = false.I though I could use the fetc
This is pretty strange. class Service implements Serializable{ Integer id String serviceName String description
I\'m finding strange behavior when I use a service from BootStrap. Consider these domain classes AcademicUnit
I\'m trying to use grails with an existing old style legacy db. I have composite keys everywhere (PK and FK) and... more FK sharing the same table column. An example:
After a user enters some numbers and other data on a form a total is calculated.The user might also choose to enter a discount amount.I use a jQuery AJAX method to send all the data to the getT开发者_
I\'m working on a small event calendar and i want to sort the events by start time! I\'m using JodaTime Plugin in grails for the startTime attribute. ( http://www.grails.org/JodaTime+Plugin )
I am on the current Grails version 1.3.7, programming against a legacy DB schema on a pretty recent version of mySQL. There are tables for the user and the roles and a third table to link the two in m