IDEMPIERE-10 Exception opening webstore

(transplanted from a7eed416c625237a9422b51ee3dd4ceb815ea466)
This commit is contained in:
Heng Sin Low 2011-10-04 15:08:04 +08:00
parent b00938ef26
commit a35e787be6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<%@ page session="true" contentType="text/html; charset=UTF-8" errorPage="errorPage.jsp" %> <%@ page session="true" contentType="text/html; charset=UTF-8" errorPage="errorPage.jsp" %>
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib uri="webStore.tld" prefix="cws" %> <%@ taglib uri="/WEB-INF/webStore.tld" prefix="cws" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>