Issue Details (XML | Word | Printable)

Key: GRAILS-1276
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Graeme Rocher
Reporter: Ricardo J. Méndez
Votes: 0
Watchers: 0
Operations

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

pluginContextPath on null object exception

Created: 15/Jun/07 11:46 PM   Updated: 17/Jun/07 03:45 AM
Component/s: None
Affects Version/s: 0.5.5
Fix Version/s: 0.5.6

Time Tracking:
Not Specified

File Attachments: 1. Text File diff.txt (0.5 kB)

Issue Links:
Duplicate
 

Patch Submitted: Yes


 Description  « Hide
As described here:

http://www.nabble.com/0.5.5-issue%3A-pluginContextPath-on-null-object-tf3931482.html
http://www.nabble.com/Grails-0.5.5-Released-tf3928954.html

Corey's steps to reproduce:

#0: install the 0.5.5 release

#1: grails create-app MyProj
#2: grails create-domain-class Foo

( now, start the app and go to http://localhost:8080/MyProj just to verify
everything at this point is fine, then stop the app )

#3: grails create-controller Foo

...now, start the app again, go to http://localhost:8080/MyProj again, and
you'll see:

Message: Cannot get property: pluginContextPath on null object
Caused by: Cannot get property: pluginContextPath on null object
Class: JavascriptTagLib
At Line: [62]

Submitting patch.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.