Unexpected EOF in jsp file
445948Jul 5 2005 — edited Jul 10 2005Hi,
I downloaded an example from Oracle site to learn about security roles. I go through the steps in read me and I try to run it. Welcome.jsp throws the error Unexpected EOF
link to example
http://www.oracle.com/technology/products/jdev/collateral/papers/10g/strutssecuritysample.zip
specifications
jdev 10.1.2
Windows XP
I noticed that the jdev is not understanding taglib imports at the beginning which is causing an unexpected EOF at the end. Can anybody tell me what should I do to make jdev understand the following lines:
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
TIA
Michael