Guest User

Untitled

a guest
Aug 31st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. org.apache.jasper.JasperException: Unable to convert string "${date}" to class "java.util.Date" for attribute "value": Property Editor not registered with the PropertyEditorManager at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.ja va:912)
  2.  
  3. <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
  4.  
  5. <fmt:formatDate value='${reception.arrivalDate}' pattern='yyyy-MM-dd hh:mm'/>
Add Comment
Please, Sign In to add comment