Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2477499
By: ndario

i am trying to evaluate dbforms, it looks promissing, but i am stuck with exception
from subject. i tried "bookstore" example and it worked, so i guess my app should
work too.

i used devgui to create config file, it generated all tables elements and connection
looks like this

        <dbconnection
                name   = 
"jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=northwind"
                isJndi = "false"
                conClass  = "com.microsoft.jdbc.sqlserver.SQLServerDriver"
                username = "sa"
                password  = "sa"
        />

i also generated menu page and some jsp's to try.

when i try to access menu.jsp i get
IllegalArgumentException: No DbConnection object configured with name 'null'

and when i try some other *_list or *_single page i get
NullPointerException
        at DbFormTag.setTableName(DbFormTag.java:300)

web.xml is copied from working bookstore sample

is there anything i could do to track down the problem?


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to