Search:

Type: Posts; User: joseluis87; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    842

    Hello, 1. Try this:

    Hello,

    1. Try this:
    <g:checkBox name="cb_prob" checked="${mineInstance?.cb_prob}"/>
    <g:message code="page2.prob" />

    2. Try:
    <g:if test="${mineInstance?.cb_prob}">Show it</g:if>...
  2. Replies
    0
    Views
    385

    Exception in List (+5th page)

    Hi all,

    I'm starting a new project in Grails 2.0.3 and my application's list behavior is a quite rare...

    From the first to the fifth page the list method works perfectly, but if I click another...
  3. Replies
    5
    Views
    1,585

    Ok, I run this code in a pure Java project and...

    Ok, I run this code in a pure Java project and has not throwed any exception,so it should be properly configured (I've verified the config data in the LDAP server).

    I may be forgetting something,...
  4. Replies
    5
    Views
    1,585

    [LDAP: error code 49 - Invalid Credentials] I...

    [LDAP: error code 49 - Invalid Credentials]

    I want to authenticate against an LDAP server but I fail again and again :(

    I tried with spring-security-ldap but login form says "Sorry, we were not...
  5. Replies
    5
    Views
    1,585

    How to do this in Grails?[spring-security-ldap]

    http://static.springsource.org/spring-security/site/faq/faq.html#faq-ldap-authentication

    If I paste this code (with my AD config) in a controller, Grails says that don't like the "Context"...
  6. Replies
    1
    Views
    1,015

    Spring Security + Grails + LDAP

    Hi all!
    I hope to contribute in this community with my little knowledge.
    (I'm Spanish and my English is not very good, so sorry for the mistakes)

    I have a problem with the security of a Grails...
Results 1 to 6 of 6