I have executed a query which always returns me a single record set.
Is the best way to obtain the information for that *single* row by using:
<c:forEach var="result" begin="1" items="$myQuery.rows">
<c:set var="field1Value" value="$result.get('field1')"/>
</c:forEach>
Basically, i'm wondering if there is a way WITHOUT using <c:forEach> to
obtain values for the 1st (only) record returned by the query.
Thanks.
Anuj.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>