You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by EL AKARI Mehdi <me...@hotmail.com> on 2003/12/05 09:59:46 UTC

JspParseException !!

Hi,
I recieve the following error and i don't know how to manage with it.
I'm actually using Oracle Jdevelopper 9.0.3.3


The error :

OracleJSP: oracle.jsp.parse.JspParseException: Ligne n° 2, <%@ taglib uri="/WEB-INF/struts-bean-el.tld" prefix="bean" %> 
Erreur : oracle.xml.parser.v2.XMLParseException ( /WEB-INF/jsp/Login.jsp ):
line #:10 column #:10 : Element taglib not complete, expected elements '[validator, listener, tag]'.


This is my JSP page : 

<%@ page contentType="text/html;charset=windows-1252" %>
<%@ taglib uri="/WEB-INF/struts-bean-el.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/login.tld" prefix="login" %>
<head>
 <link rel="stylesheet" type="text/css" media="screen" href="styles/monitoring.css" ></link>
 <title><bean:message key="login.title" /></title>
</head>
<body>
 <h1 align="center" ><bean:message key="login.title" /></h1>
 <br><br>
 <table align="center" > 
 <tr>
 <td>
 <div align="center" >
 <login:LoginComponent />
 </div>
 </td>
 </tr>
 </table>
</body>


can anybody help?
thanks
Mehdi