Skip to content

JSF1091: No mime type could be found for file null. To resolve this, add a mime-type mapping to the applications web.xml. #1155

@abraham1980

Description

@abraham1980

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions