|
I am getting the
following error: 2002-07-13 18:05:24
- Ctx(/iiv) : Exception in R( /iiv + /home.jsp + null) - java.lang.OutOfMemoryError <<no stack
trace available>> I have no idea
where to go from here. Any
suggestions? Using: Tomcat 3.3a DbForms: dbforms_v1_1_2.jar Oracle9i Here is the EXTREMELY
simple home.jsp that I am trying to display: <%@ taglib
uri="/WEB-INF/dbForms.tld" prefix="db" %> <html> <head> <db:base/> </head> <body> <db:errors/> <db:dbform
tableName="PAYER" maxRows="*"
followUp="/login.jsp" autoUpdate="true"> <db:body> <tr> <td> <db:updateButton
caption="update"/> <db:deleteButton
caption="delete"/> </td> </tr> </db:body> </db:dbform> </body> </html> Regards, Gethsemani Palacios Computer Specialist Austin Automation Center 512-326-6708 512-762-7295 |
- [dbforms] OutOfMemoryError Palacios, Gethsemani
- [dbforms] OutOfMemoryError John Gagon
