How to upload file in JSF
问题 Actually I'm creating an application for uploading file using JSF. But whenever I upload a file and click send it shows NullPointerException . The code I have used for the application is: code for JSF using Tomahawk: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%> <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>