![]() |
[JSP] Loading cuts off
Everytime I load this page (See code below) it gets cut off right in the middle
Code:
<%@ page import="java.util.*, accPackage.*" %> |
Ok,
After I did some fucking around with the code, I figured that it has to do with Code:
out.println("<option value=\"" + ((SupplierBean)suppliers.get(i)).getSupplierID() + "\" " + selected + ">" + ((SupplierBean)suppliers.get(i)).getCompanyName() + "</option>"); |
When you load the page, view the source and see if there are any messages. Also check your web server's error console.
|
check your logs.. it will probably be a nullpointer
get those values out above that line and do checks on them |
All times are GMT -8. The time now is 11:32 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project