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> 

Related concepts
JavaServer Pages files
Related reference
Web applications: Resources for learning



Searchable topic ID:   rweb_jxmp1
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/rweb_jxmp1.html

Library | Support | Terms of Use | Feedback