reset password
Author Message
mbuisin
Posts: 16
Posted 07:54 May 20, 2011 |

Is there a way (other than <c:forEach> ) to specifically access a record in the <sql:query> result set if you know that there will only be one record in it?

cysun
Posts: 2935
Posted 07:57 May 20, 2011 |

${results.rowsByIndex[0][0]}, ${results.rowsByIndex[0][1]}, ${results.rowsByIndex[0][2]},...