Hi
 
I have an application that runs on Tomcat using DbForms 2.5.
When I try and deploy the same application on JBoss-4.0.0 i get the following error on all my jsp pages that use dbforms ->
 
 java.lang.NullPointerException
 org.dbforms.taglib.DbFormTag.setTableName(DbFormTag.java:904)
 
When I deployed on JBoss I put the dbforms2.5.jar and the dbforms.tld in the server/default/lib directory.
 
One of my jsp's that gives the error looks like this:
 
*************************
<%@ taglib uri="WEB-INF/lib/dbforms.tld" prefix="db"%>
<html>
<head>
.......
....
...........
<db:dbform tableName="tableOne" maxRows="<%=nPager%>" followUp="<%=Surl%>" autoUpdate="false" orderBy="code" filter="">
<db:header>
 
*****************************
 

In WEB-INF i specified the fillowing in the web.xml file :
 
 <taglib>
        <taglib-uri>/WEB-INF/lib/dbforms.tld</taglib-uri>
        <taglib-location>/WEB-INF/lib/dbforms.tld</taglib-location>
 </taglib>
 
 
Does anyone know what the problem is or where i could find out more about this situatiuon.
 
i will appreciate any assistance.
 
Thank you
Theo Prinsloo
 
 

Reply via email to