I have very new to the thymeleaf, and I am trying to include:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
but i am getting the error like:
HTTP Status 500 - Request processing failed; nested exception is org.thymeleaf.exceptions. TemplateInputException: Exception parsing document: template="test", line 5 - column 103
and the line number five is the above script So how to resolve this problem?