Hi,
I'm trying to use jstl (1.1 - jstl 1.1.2 implementation from jakarta site) with dbforms.
I discovered that if I write a page like:
<%-- show items for the current category --%>
<db:dbform tableName= "ITEM" ... >
...
<db:body allowNew="false">
...
<c:out value="${currentRow_ITEM}"/>
...
</db:body>
</db:dbform>that displays a list of records, the <c:out value="${currentRow_ITEM}"/> statement at record (n) displays the data of record (n+1). Obviously, the syntax
<%=currentRow_ITEM %> displays the data correcly (getting it from the current record).
The same jstl syntax used in a page that contains only 1 record (i.e. a detail page), works correctly.
I have the same behaviour using jstl 1.0.
My env is:
win2000 sp4, jdk 1.5 update1 tomcat 5.5.27 dbforms 2.5
Any idea ?
Regards, Luca
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ DbForms Mailing List
http://www.wap-force.net/dbforms
