can you refereed any sample code on AJAX implementation
for On-change action for input text it should interact with database before submit the through submit button
Hi,
I m trying to understand the flow and logic for spring-security-core.
I already referred some reference like /burtbeckwith.github.com/grails-spring-security-core/docs
bur nothing i am getting. Can you suggest me any better reference for spring security core.
Thanks
Nishant
I have one domain class like employee(id, name,age,salary) and i want to get only name and salary.
If i tried with->
Employee.executeQuery(select e.name,e.salary from Employee e)
its giving error like property mismatch.
But if tried with->
Employee.executeQuery( from Employee e)
in this...