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>...
Type: Posts; User: joseluis87; Keyword(s):
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>...
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...
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,...
[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...
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"...
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...