IDEMPIERE-10 Exception opening webstore
(transplanted from a7eed416c625237a9422b51ee3dd4ceb815ea466)
This commit is contained in:
parent
b00938ef26
commit
a35e787be6
|
@ -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" %>
|
Loading…
Reference in New Issue