Try using a Map or a List instead of an array.

Matt

On Jun 17, 2004, at 10:44 PM, Hari Saptoadi wrote:

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().getAttri bute("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.........





------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to