Re: start an WO-Site from pure JAVA
Re: start an WO-Site from pure JAVA
- Subject: Re: start an WO-Site from pure JAVA
- From: LD <email@hidden>
- Date: Thu, 1 Sep 2005 02:27:35 +1000
Hi there,
On 31/08/2005, at 11:31 PM, Raimund Bausch wrote:
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.
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?
Yes. Fix waitTillStepIsOver so that it's not an infinite loop.
with regards,
--
LD
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden