|
-
Nov 20th, 2009, 12:45 AM
#1
Thread Starter
Hyperactive Member
Servlet + JSP + MVC + Database
Hello,
I wish to retrieve the value from the database (PostgreSQL) and store in the drop down option using Servlet and JSP with MVC architecture. In PHP we did the same like below format.
<?php
// php code of retrieve the data from database goes here
?>
<html>
html coding goes here
we hold the values retrieve from database above will come under the drop down option
</html>
But when I am trying to call and create the database connection I am getting the error something like 'cannot identify the class'.
Please help me to find the solution.
Thanks a lot in advance.
Thanks & Regards.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|