Grails

"NGO" domain class name breaks scaffolded controller links to index and other actions

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2 final
  • Component/s: Scaffolding
  • Labels:
    None
  • Environment:
    Windows XP, Java 1.6.0_17, Grails 1.1.2

Description

I did not check out the latest trunk to see if this has been resolved with fixes described in http://jira.codehaus.org/browse/GROOVY-3211, http://jira.codehaus.org/browse/GRAILS-5011.

Run the following commands:
grails create-app bugngo
cd bugngo
grails create-domain-class NGO
grails generate-all NGO
grails run-app

Browse to localhost (perhaps http://localhost:8080/bugngo/) and click on NGOController. See screenshot package attached. Looks like link URI's generated have the NGO in full caps, as seems correct with Java beans specification, but those URI's don't give correct response. Recommend fixing that the correct URI's don't give proper responses, not changing URI's generated.

Activity

Hide
Jeff Brown added a comment -

This appears to work fine in 1.2.0

Show
Jeff Brown added a comment - This appears to work fine in 1.2.0

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: