hi all
i'm newbie in this stuff and i have problem like this
 
this is my code
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="http://displaytag.org" prefix="display" %>
<%@ page import="org.displaytag.sample.*, java.util.*,
                 org.displaytag.tags.TableTag" %>
 
<%@ page contentType="text/html;charset=windows-1252"%>
<% TableTag.checkCommonsLang();   %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
<%
 request.getSession().setAttribute("data",request.getSession().getAttribute("dt"));    
 
  %>
<display:table name="${data}" >
<display:column property="kode"></display:column>
<display:column property="nomor"></display:column>
<display:column property="nama"></display:column>
</display:table>
data Type for "data" is an array,  if  i run this application i got this massage
 
kode nomor nama
nothing found to display
 
thank your for your answer , any help would be appreciate.........
 
 
 

Reply via email to