Hi,
I have something like this:

<sql:query var="result">
select * from leaves_types
</sql:query>

<c:forEach items="${result.rows}" var="row">
      <c:out value="${row.CODE}"/>
      <c:out value="xxxxxx"/>
      <c:out value="${row.TYPE_OF_LEAVE}"/>
</c:forEach>

How do I put the values into a variable and use it in the JSP page?

thanks
-raj





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to