hi, im getting this error, on fresh proyect. I run on payara 5 and tomme 8
bootsfaces version 1.5.0
26-Sep-2020 19:13:20.173 WARNING [http-nio-8080-exec-7] com.sun.faces.context.ExternalContextImpl.getMimeType JSF1091: No mime type could be found for file null. To resolve this, add a mime-type mapping to the applications web.xml.
The page to reproduce:
<h:head>
<title>Facelet Title</title>
</h:head>
<h:body>
Hello from Facelets
<h:form>
<b:commandButton value="boton" update="@this"/> <br/>
</h:form>
</h:body>
</html>
is related to de update field
hi, im getting this error, on fresh proyect. I run on payara 5 and tomme 8
bootsfaces version 1.5.0
26-Sep-2020 19:13:20.173 WARNING [http-nio-8080-exec-7] com.sun.faces.context.ExternalContextImpl.getMimeType JSF1091: No mime type could be found for file null. To resolve this, add a mime-type mapping to the applications web.xml.
The page to reproduce:
is related to de update field