Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The template tags/greenscript/js.html or tags/greenscript/js.tag does not exist. #33

Open
xpoft opened this issue Jan 30, 2012 · 1 comment

Comments

@xpoft
Copy link

xpoft commented Jan 30, 2012

Try to open demo application (greenscript-1.2.6m\samples-and-tests\demo)
And got this exception:

Template not found

The template tags/greenscript/js.html or tags/greenscript/js.tag does not exist.
In /app/views/Demo/index.html (around line 8)
4: Add Customer
5: #{/set}
6:
7: *{test CDN}*
8: #{greenscript.js 'http://www.google.com/jsapi' /}
9:
10: <form action="/post" method="post">
11:     <div class="fields">
12:         <div>
13:             <label>First Name</label>
14:             <input type="text" id="first_name" name="firstName"/>

play install greenscript-1.2.6m
play version 1.2.4

file exists:
play-1.2.4\modules\greenscript-1.2.6m\app\views\tags\greenscript\js.html

@mgonto
Copy link

mgonto commented Feb 16, 2012

You should have this in the modules folder in your app, not in the play folder.

I think that's the reason!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants