aspose file tools
The moose likes Groovy and the fly likes Actions behaving strangely Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Actions behaving strangely" Watch "Actions behaving strangely" New topic
Author

Actions behaving strangely

Harjit Singh
Ranch Hand

Joined: Feb 01, 2007
Posts: 77
Hi there

I have two actions whose code is as follows




what I see is that the action link which is called doesn't find the object when I pass the parameter, params.userName while as authenticate works fine. Any clues why this would not be working. I do see the value of userName being passed from the form to the controller.

Thanks

- Harjit
Harjit Singh
Ranch Hand

Joined: Feb 01, 2007
Posts: 77
Found the issue. It was a conditional logic error which was causing it to return false in case it was found... I guess I'm having the Monday office blues....

- H
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 26710
Well done finding it and telling use the solution
 
 
subject: Actions behaving strangely
 
Threads others viewed
How to remove deafult layout from template
Passing objects across controllers in Grails
[Grails] Passing user object into hiddenField
Re-directing to the correct page - Grails
store multiple files in memory instead of disk
IntelliJ Java IDE