Hi,
i've find a method for load in rapid mode xml data in our display-tag.
I hope it cad useful for somebody.
P.S. for any suggest reply thanx
<x:set select="$Family//Component" var="Component"/>
<c:set var="i" value="0" />
<display:table name="${Component}" pagesize="10"
class="familylist">
<x:forEach var="Data" select="$Component" begin="${i}"
end="${i}" varStatus="status">
<display:column><a href="detail.jsp?item=${i+1}"
title="click here for details">${i+1}</a></display:column>
<display:column title="Name"><x:out
select="$Data//name"/></display:column>
<display:column title="Age"><x:out
select="$Data//age"/></display:column>
<display:column title="Height"><x:out
select="$Data//height"/></display:column>
<display:column title="Weight"><x:out
select="$Data//weight"/></display:column>
<display:column title="School"><x:out
select="$Data//school"/></display:column>
<%--increment--%>
<c:set var="i" value="${i+1}" />
</x:forEach>
</display:table>
I hope that in future version of display-tag the xml manage be more
simply and complete.
Carmine Gargiulo
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user