Hello members of that mailing list.
I'm started with WebObjects5 and have now the
following problem:
First a little JAVA-code:
public void startProcess() {
for(int i=0;i<involvedParts.length;i++){
String part=involvedParts[i];
waitTillStepIsOver();//the program stops here for a definite time
}
}
I try to display the String "part" on a
WebObjects side one by one, but it doesn't work. (First involvedParts[0],
than involvedParts[0] and involvedParts[1], and so on........).
I found only ways to show all involvedParts at once.
The method startProcess() is in a .class there
already extended another class. So I can't extend WOComponent and also I can't
use (xy)pageWithName("xy"). Also I should't use _javascript_. startProcess()
is calling from a (WO) Web Component.
Has anyone a hint to me?
Thanks in advance !
Greetings from Germany
Ray