I\'m creating a grails service that will interact with a 3rd party REST API via a Java library. The Java library requires credentials for the REST API by means of a url, username and password.
I\'m new to Grails and am trying to build a CMS with it. I want the navigation menu to read from the database so a new page will automatically get a link in the navigation. I\'ve been reading Grails:
I\'m t开发者_Python百科rying to load 2nd combobox (g:select) values on the selection of 1st combobox (g:select) value in GSP.
I\'m a Grails developer and I started development on Liferay 2 months ago. I believe that if I can use Grails on Liferay I will increase my productivi开发者_如何学Cty by 2.
Currently when I need to share a method like processParams(params) between different controllers, I use either inheri开发者_如何学Gotance or services.
I have a URL mapping as below: static mappings = { name register: \"/register\" { controller = \"account\"
Using Grails 1.3.3, when requesting url link: /myapp/mycontroller/myaction?p1=v1&p2=v2&p1=v1 then params injected value into Grails controller will contain :
I have been using Grails for last 3 weeks (learning and working). I have been working on porting a JSP/Servlet application to Grails and it has been absolute \"fun\" porting the application.
My main question here is dealing with the pramas map when having a one-to-many relationship managed within one dynamic form, as well as best practices for dealing with one-to-many when editing/updatin
I\'m having trouble rewriting URL\'s in Grails: I\'ve got 2 controllers BlogController开发者_如何学Go and ProjectsController each with a default def index = { } and matching view.