Is there a way to do that w开发者_如何学JAVAithout using a POST request to \"j_spring_security_check\"? I needed the same thing (in my case I wanted to log in a user after they created a new account),
I am developing a grails application.In that some cases I want to control the domain class fields based on the role.So that in each call to getter setter method of domain class I want to apply some fi
I am trying to create a simple portlet for Liferay 5.2.2 using Grails 1.2.1 with the grails-portlets 0.7 and grails-portlets-liferay 0.2 plugins.
I\'m looking for a calendar component for my Grails app. I\'m aware that Grails already has the g:datePicker, but it\'s a bit primitive and not very visually appealing.
The plugin (Nimble 0.3) I am using in my grails application, includes some controllers and associated actions. I want to change (slightly) some actions behavior, and I was wondering how I can achieve
I\'m using the annotations provided by the Spring Security (AKA Acegi) plugin. I have controller actions annotated with
I\'m developing a plugin that adds a getFlashHelper method to each controller. This method should return an instance of a FlashHelper class.
I\'m using the Acegi plugin in my Grails app. After a user regist开发者_Go百科ers, he is redirected to an action that is protected. Therefore, he is shown the login form.
There are at least two Grails plugins that emulate the database migration functionality of Rails: Autobase
In my Grails app, I have the following domain class that is indexed by the Searchable plugin: class Foo implements Serializable {