bmuschko / bmuschko/grails-google-visualization

Template not found for name [/visualization_javascript] and path [/_visualization_javascript.gsp (Grails 3.0.9)]

Open
#54 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Groovy
Stars
25
Forks
39
PR merge metrics
No merged PRs in 30d

Description

Hi,

plugin version: 2.0

steps to reproduce:
create a new grails (3.0.9) project
create a new controller
create index.gsp

copy example from wiki:

```





<%
def myDailyActivitiesColumns = [['string', 'Task'], ['number', 'Hours per Day']]
def myDailyActivitiesData = [['Work', 11], ['Eat', 2], ['Commute', 2], ['Watch TV', 2], ['Sleep', 7]]
%>

```

opening the page localhost:8080/test/index causes the error "Template not found for name [/visualization_javascript] and path [/_visualization_javascript.gsp"

![bug](https://cloud.githubusercontent.com/assets/6714473/11478777/32e93a28-978f-11e5-86c0-100509a81506.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the failure in a Grails 3.0.9 project using the example from the issue and opening /test/index. Start with index.gsp and the missing _visualization_javascript.gsp template path; compare the plugin's template resolution with the failing tag usage. Done means the example page renders without the template-not-found error.

Written by the indexing model from the issue text.

Assessment

Tech stack
groovy
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.