Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 5 of 5
Search took 0.02 seconds.
Search: Posts Made By: bullet1
Forum: Java and JSP 01-08-2013, 06:20 PM
Replies: 3
Views: 437
Posted By bullet1
I have resolved the problem but i don't know...

I have resolved the problem but i don't know where was the error line^^ i have remake from 0 the code, anyway thank's for your reply Fou-Lu :)
Forum: Java and JSP 01-08-2013, 11:43 AM
Replies: 3
Views: 437
Posted By bullet1
Java "null" error

Hi guys,
Here is my code :

try{
String items = _perso.getItemsIDSplitByChar(";");
String[] item = items.split(";");
...
Forum: Java and JSP 12-22-2012, 02:56 PM
Replies: 8
Views: 2,402
Posted By bullet1
String items = _perso.getItemsIDSplitByChar(";");...

String items = _perso.getItemsIDSplitByChar(";"); // it's the function that take the value of the field and separate the IDS by ";"
String[] item...
Forum: Java and JSP 12-19-2012, 06:46 PM
Replies: 8
Views: 2,402
Posted By bullet1
Thank's for your reply, i did it but i doesn't...

Thank's for your reply, i did it but i doesn't work, here is my code :

if(infos.length == 0)return;
String items = _perso.getItemsIDSplitByChar(";"); // it's the function that take the...
Forum: Java and JSP 12-19-2012, 01:16 PM
Replies: 8
Views: 2,402
Posted By bullet1
Java split problem

Hi,
i'm a beginner in java coding and i have a small problem,
i have a table contains a field "items", in this field, i have a lot of ID separated by ";", i have successfully extract all of the...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT +1. The time now is 10:47 PM.