Statement « Error « JSP-Servlet Q&A





1. error in execution jsp statements    coderanch.com

i had written a simple jsp program that will ask the user to type the firstname and when u clicks submit it will display the name and some information. this program should not run if user does not type anything in the textfield because in the program if(name != null) it should again ask to type but the program is running ...

2. Error while creating Statement    coderanch.com

3. jsp:compare select statement error    coderanch.com

Hello everyone I am doing my project on a shopping cart. i have a little problem! ive got 2 tables..products and tempcart. The products table contains the fields idnumber and all the rest of the product information (such as title, description). The tempcart table has 2 fields. sessionid and idnumber. Each time a user selects an item, the idnumber and the ...