|
|
|
[
Permlink
| « Hide
]
Christian Sprecher - 29/Oct/07 11:29 AM
Same here on W2K ...
Just tried this today (Nov 29, 2007) and I'm not getting goodness. Running on Linux and I get
java.io.FileNotFoundException: grails-app/views/keyword (Is a directory) FYI: My domain classes use full package names and are written in Java using annotations. ie. com.mycompany.Keyword.java I'm seeing this too with a really basic sample project. This is a critical issue as far as I'm concerned. How do we raise the priority?
ScaffoldTags needs to be ported to grails 1; it hasn't yet. I have an app in production that uses & depends on ST heavily on grails 0.6. Without it I'm not sure what I would of done given that I had a huge domain model that needed CRUD operations. I just recently upgraded the app to run on grails 1.0.1 which involved a couple tweaks to ST. I'm not using ST generated controllers (as you are attempting to use) so I don't know what needs to be done there. The main change I remember making was in ScaffoldTagLib.groovy (the real brains of ST), which declared the types of some parameters to be Class but grails or groovy appears to have a bug with that: GRAILS-2659
|
|||||||||||||||||||||||||||||||||||||||||||||||||