Search:

Type: Posts; User: volnei.munhoz; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    590

    Have you tried domain.findAllByInsname(..)? ...

    Have you tried

    domain.findAllByInsname(..)?

    Or even

    domain.findAll("from YourDomain d where INSNAME = :insname", [insname: params.insname])

    Hope to help.
  2. Hi spgmx, thank you! I think that this is the...

    Hi spgmx, thank you! I think that this is the solution, but I believe I'll need to wait until it is implemented by spring-security-core grails plugin.

    =/
  3. Thanks Rob, I've found a similar solution in...

    Thanks Rob, I've found a similar solution in Grails user list, but the real problem is that I need two different login pages, the layout and some rules are different from each one.
  4. Spring-security-core and two login pages

    Is there any way to have two login pages (in grails) that each one redirects to a specified default url?

    admin/login -> redirect to /admin/dashboard
    user/login -> redirect to /user/dashboard
    ...
Results 1 to 4 of 4