Open Hygens opened 8 years ago
I have this error opening the tutorial project form play framework website! It fails not his file:
@()
@main("Welcome to Play") {
<script type='text/javascript' src='@routes.Assets.at("javascripts/index.js")'></script>
<ul id="persons"></ul>
<form method="POST" action="@routes.PersonController.addPerson()">
<input type="text" name="name"/>
<button>Add Person</button>
</form>
}
same error....