Example: Combining tsx:repeat and tsx:getProperty JavaServer Pages
tags
The following code snippet shows you how to code these tags:
<tsx:repeat>
<tr>
<td><tsx:getProperty name="empqs" property="EMPNO" />
<tsx:getProperty name="empqs" property="FIRSTNME" />
<tsx:getProperty name="empqs" property="WORKDEPT" />
<tsx:getProperty name="empqs" property="EDLEVEL" />
</td>
</tr>
</tsx:repeat>

JavaServer Pages files

Web applications: Resources for learning
Searchable topic ID:
rweb_jxmp1
Last updated: Jun 21, 2007 4:55:42 PM CDT
WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rweb_jxmp1.html