greenscript icon indicating copy to clipboard operation
greenscript copied to clipboard

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

Open xpoft opened this issue 13 years ago • 1 comments

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

xpoft avatar Jan 30 '12 06:01 xpoft

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

I think that's the reason!

mgonto avatar Feb 16 '12 17:02 mgonto