GrailsUI Screencast Part 1 - Basics
#5 on Apr 03, 2009
This is the first in a series of screencasts on GrailsUI. It describes the basics of setup and installation, then goes into adding expandablePanel, accordion, and tabView. If the embedded movie doesn't work, point your browser here: http://groovymag.com/screencasts/GrailsUI-Screencast-Part1.mov
Download redirects to http://storage.dangertree.net/grailsui-screencasts/GrailsUI-Screencast-Part1.mov




Both the image and seemingly the video too are missing.
Martin.
When you go to http://groovymag.com/screencasts/GrailsUI-Screencast-Part1.mov bare in mind its a 40mb file.
Takes a while to download. See http://groovymag.com/screencasts
Martin.
Checking the resources inspector, I see the server is generating 404's (file not found) for the following files:
accordion.css
bubbling-min.js
accordion-min.js
Any thoughts please?
Thanks
Mark
http://jira.codehaus.org/browse/GRAILSPLUGINS-2340
Essentially, open the following file:
~/.grails/<grails version>/projects/<your app name>/plugins/grails-ui-<version>/grails-app/conf/GrailsUIConfig.groovy
In the yui_cms section of that file, change "2-1" to "2.1", restart your app and Bob's your uncle!
Mark
Post a Comment