Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unexpected EOF in jsp file

445948Jul 5 2005 — edited Jul 10 2005
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2005
Added on Jul 5 2005
2 comments
323 views