From: <dcr...@hy...> - 2009-12-10 18:01:01
|
Author: dcrutchf Date: 2009-12-10 10:00:47 -0800 (Thu, 10 Dec 2009) New Revision: 14062 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14062 Modified: trunk/web/resource/common/monitor/visibility/ParticipatingResourcesSMMR.jsp Log: Missed a jsp in my last check in Modified: trunk/web/resource/common/monitor/visibility/ParticipatingResourcesSMMR.jsp =================================================================== --- trunk/web/resource/common/monitor/visibility/ParticipatingResourcesSMMR.jsp 2009-12-10 17:47:10 UTC (rev 14061) +++ trunk/web/resource/common/monitor/visibility/ParticipatingResourcesSMMR.jsp 2009-12-10 18:00:47 UTC (rev 14062) @@ -1,8 +1,9 @@ -<%@ taglib uri="struts-html-el" prefix="html" %> -<%@ taglib uri="struts-tiles" prefix="tiles" %> -<%@ taglib uri="jstl-fmt" prefix="fmt" %> -<%@ taglib uri="jstl-c" prefix="c" %> -<%@ taglib uri="hq" prefix="hq" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html" %> +<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="/WEB-INF/tld/hq.tld" prefix="hq" %> + <%-- NOTE: This copyright does *not* cover user programs that use HQ program services by normal system calls through the application |