Question
Maantic Inc
US
Last activity: 21 Aug 2017 11:06 EDT
How write JSP code to display data page information in screen
How write JSP code to display data page information in screen.
it is my page hierarchy
D_myDatapage
-PxResults
-- PxResults (1) Name (1) Age(1)
<table>
<pega:forEach name=".D_myDatapage">
<tr>
<td style="width:10%; text-align: center;">
<span style="font-size: 9pt; font-family: Arial, sans-serif;"><pega:reference name="$THIS.Name"></pega:reference></span>
</td>
<td style="width:90%; text-align: left;">
<span style="font-size: 9pt; font-family: Arial, sans-serif;"><pega:reference name="$THIS.age"></pega:reference></span>
</td>
</tr>
</pega:forEach >
</table>
***Updated by moderator: Lochan to update Categories***