Authentification (security.tld)

Authentification (security.tld) - HTML/CSS - Programmation

Marsh Posté le 17-04-2008 à 11:39:08    

Bonjour,  
je suis entrain de faire une application d'authentification, j'utilise pour cela des pages jsp, servlets, xml...
 dans ma page login.jsp:
 <html><head><title>Login Page</title></head>  
<%@ taglib uri='/WEB-INF/tlds/security.tld' prefix='security' %>
 <body>  
 
 <font size='4' color='red'><security:showErrors/></font>  
 
 <p><font size='5' color='blue'>Please Login</font><hr>  
 <form action='<%= response.encodeURL("authenticate" ) %>'  
    method='post'>  
   <table>  
    <tr>  
      <td>Name:</td>  
      <td><input type='text' name='userName'/>  
      </td>  
    </tr><tr>  
      <td>Password:</td>  
      <td><input type='password' name='password' size='8'></td>  
    </tr>  
   </table>  
   <br>  
   <input type='submit' value='login'>  
 </form></p>  
 
 Note: valid name is <i>wtell</i> and valid  
 password is <i>william</i>  
 
 </body>  
 </html>  
 
a l'exécution il m'affiche l'erreur suivante: org.apache.jasper.JasperException: Le fichier "/WEB-INF/tlds/security.tld" n'a pas été trouvé.
 
quelqu'un peut me dire d'où je peux telecharger le fichier security.tld?


Message édité par tomhanks le 17-04-2008 à 17:18:13
Reply

Marsh Posté le 17-04-2008 à 11:39:08   

Reply

Marsh Posté le 17-04-2008 à 11:54:52    

Aucun rapport avec java, j'ai donc déplacé ce sujet dans la bonne sous-catégorie.


Message édité par Elmoricq le 17-04-2008 à 11:54:59
Reply

Marsh Posté le 17-04-2008 à 17:18:42    

Avez vous une idée?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed