Hi Make sure you use the same CASE for your tablename in the JSP and in dbforms-config-xml, for instance if dbforms-config-xml says table XXX, then you should also use table XXX in yoru JSP, not xxx.
best regards Audun On 4/14/05, - - <[EMAIL PROTECTED]> wrote: > > > hi > > i searched the mailing list and the web but found nothing useful so far. > > when run a jsp generated by dbforms on weblogic 7, dbforms say it cannot > find table xxx in configuration but the table is in dbforms-config.xml which > is generated by dbforms devgui. > > there was no problem about dbforms-config.xml during web app deployment. > > thanks very much > > > > > > java.lang.Exception: Table xxx not found in configuration > > at > org.dbforms.taglib.DbFormTag.setTableName(DbFormTag.java:907) > > at > jsp_servlet.__tbldatasources_single._jspService(__tbldatasources_single.java:155) > > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) > > at > weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:445) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306) > > at > weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445) > > at > weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780) > > at > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105) > > at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588) > > at > weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) > > at > weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189) > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com -- best regards Audun ------------------------------------------------------- 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
