We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You should have this in the modules folder in your app, not in the play folder.
I think that's the reason!
Sorry, something went wrong.
No branches or pull requests
Try to open demo application (greenscript-1.2.6m\samples-and-tests\demo)
And got this exception:
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
The text was updated successfully, but these errors were encountered: