Comment affecter des données dans la table ?
J'ai pas reussi à remplir la table de la librairie displaytag par mes donées de la base de données ?
Code:
1 2 3 4 5 6
|
<%@ taglib uri="/WEB-INF/lib/displaytag-11.jar" prefix="display" %>
<display:table name="essai">
<display:column property="id" title="CELL_CI"/>
<display:column property="name" title="KPI_Name"/>
<display:column property="status" title="Etat"/> |
j'ai eu
Code:
1 2 3
|
No tags
"test.jsp" : org.apache.jasper.JasperException: No such tag table in the tag library imported with prefix display |
Pouvez vous m'aider ?
Le fichier tld non trouvable.
j'ai fait:
Code:
1 2 3 4 5 6 7 8
|
<%@ taglib uri="/WEB-INF/lib/displaytag-11.tld" prefix="display" %>
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="java.util.*" %>
<display:table name="essai">
<display:column property="id" title="CELL_CI"/>
<display:column property="name" title="KPI_Name"/>
<display:column property="status" title="Etat"/> |
j'ai eu :
"test.jsp" : org.apache.jasper.JasperException: File "/WEB-INF/lib/displaytag-11.tld" not found