Hi,
Can anyone point me to why this code does not work in my JSP page?
I am using Oracle OAS4.0.8.1
****************************************
<table border=1>
<repeat index=myindex start=0 end=5>
<tr><td><insert bean=accounts
property=Accounts(myIndex)></insert></td></tr>
<tr><td><insert bean=accounts property=Supply(myIndex)>
</insert></td></tr>
<tr><td><insert bean=accounts
property=Currency(myIndex)></insert></td></tr>
<tr><td><insert bean=accounts
property=Balances(myIndex)></insert></td></tr>
</repeat>
</table>
***************************************
Thanks in advance
Chris
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets