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开发者_
The countrySelect tag says it has the following attribute: default (optional) - The ISO code of the default country to display if value is not set
I have a Groovy/Grails website that is being used to send data to Android clients via JSON. I have created both the Android client and the Groovy/Grails website; and they can output the same objects i
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 )
If I have a grails app deployed in Tomcat with 100 users interacting with the site, and one user executes some code that results in an unrecoverable error / stacktrace, are the other 99 users totally
I am just getting started with both Grails and Shiro and I am looking at adding Shiro to an existing project.
I tried the Bean Fields plugin 开发者_运维问答and got the error described here. http://jira.grails.org/browse/GPBEANFIELDS-37
<g:each in=\"${clientTripInstance?.startPointJob?.passengerActivities}\" status=\"i\" var=\"startPassengerActivity\">
in the last line in the following bug report https://github.com/grails/grails-core/issues/5296 it is stated that;
I want to create a gsp page that contains several tables. Note that with the term \"tables\" I mean graphical tables ( tag) not database tables.