Hi Luca!

I neeed the full syntax to build a test.
Is this correct:


 <c:out value="${currentRow_BOOK.BOOK_ID}"/>
 <%=<%=currentRow_BOOK.get("BOOK_ID") %>

There is a test page /tests/testBOOKSList.jsp to test this behaviour. Could
you add a section which uses the c:out?

Cheers,
Henner

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von Luca Fossato
> Gesendet: Freitag, 15. April 2005 14:38
> An: jdbforms-interest@lists.sourceforge.net
> Betreff: [dbforms] jstl behaviour on record list page
> 
> 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
> 



-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to