|
From: <php...@li...> - 2010-01-25 20:01:48
|
Hi, You are right about the while loop. Here, the java_values function saved me > again. It's probable that it is not the right way to solve it, so I will > follow your advices. > java_values(...) is the right way. The java_is_null(), java_is_true() and java_is_false() tests exist because I thought they're easier to read than an expression like "if (java_values($jobject) === true) ... ". Regards, Jost Boekemeier |