MyEclipse: Having problem with ice:dataTable bingqiu2008 - May 13, 2009 - 02:31 AM Post subject: Having problem with ice:dataTable
I am a newbie of iceface. I know this should be a easy problem, but somehow I can't find the solution. I am trying to display a two-row table using ice:dataTable. (Originally I tried to show something dynamic, but finally I gave up.) , but the result of the codes only displays the header of the table.
Please see the codes as below:
___________________________
<?xml version="1.0" encoding="ISO-8859-1" ?>
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component">
<jsp:directive.page contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1" />
<f:view>
<ice:outputDeclaration
doctypeRoot="html"
doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN"
doctypeSystem="http://www.w3.org/TR/html4/loose.dtd" />
<html>
<head>
<title>ICEfaces, Ajax for Java EE</title>
<link rel="stylesheet" type="text/css" href="./xmlhttp/css/xp/xp.css"/>
</head>
<body>
<ice:outputText value="Thank you for using ICEfaces." />
Please help me with it. It really drives me crazy. I would really really appreciate any suggestions or advices.support-nipun - May 14, 2009 - 12:46 PM Post subject: RE: Having problem with ice:dataTable
bingqiu2008,
I would suggest you cross post this query on the ICEFaces forum as well.