Issue Details (XML | Word | Printable)

Key: GRAILS-1047
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Graeme Rocher
Reporter: Jeff Brown
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Grails

Sitemesh layout does not work for the application top level index.gsp

Created: 18/Apr/07 09:16 AM   Updated: 08/Aug/07 03:49 AM
Component/s: View technologies
Affects Version/s: 0.4.2
Fix Version/s: 0.6-RC1

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marc Palmer added a comment - 20/Apr/07 05:02 AM
Rolled over to 0.5.5 to get a stable JavaOne release out

Jason Rudolph added a comment - 17/Jun/07 04:31 PM
This issue seems to have reappeared in the 0.5.5 release.

1. Create a new app (grails create-app foo).
2. Run the app.
3. Navigate to the index page (before adding any controllers) and observe that the pages lacks CSS and the Grails logo. (In other words, it lacks the features it should pick up from main.gsp.)

Note: As soon as you add a controller, the problem goes away.