Forum: Java and JSP
11-16-2012, 04:11 AM
|
|
Replies: 2
Views: 706
inputting in to jfields
So I have this code:
static ArrayList<String> firstname = new ArrayList();
static ArrayList<String> lastname = new ArrayList();
static ArrayList<String> address = new ArrayList();
...
|
Forum: Java and JSP
11-16-2012, 02:42 AM
|
|
Replies: 7
Views: 480
well i found the problem... the variables that...
well i found the problem... the variables that were added to "lastname" were.... never added. but i don't really know how to add them... the code i have is about 50 lines though, are you allowed to...
|
Forum: Java and JSP
11-16-2012, 02:03 AM
|
|
Replies: 7
Views: 480
|
Forum: Java and JSP
11-16-2012, 12:52 AM
|
|
Replies: 7
Views: 480
|