RE: [OT] Re: Waiting for the return value of a JAVA scriptlet

2006-01-31 Thread George.Dinwiddie
Dave Newton pondered: > Andreas B. Thun wrote: > > I wrote a JSP to start a JAVA scriptlet. > > It works fine but now I have the problem > > to evaluate the return value of my scriptlet > > to give the user a feedback if the action > > was successful. > > getErrorCode() delivers the scriplets retur

[OT] Re: Waiting for the return value of a JAVA scriptlet

2006-01-31 Thread Dave Newton
Andreas B. Thun wrote: > I wrote a JSP to start a JAVA scriptlet. > It works fine but now I have the problem > to evaluate the return value of my scriptlet > to give the user a feedback if the action > was successful. > getErrorCode() delivers the scriplets return > value. > I have to wait until th

Waiting for the return value of a JAVA scriptlet

2006-01-31 Thread Andreas B. Thun
Hi, I wrote a JSP to start a JAVA scriptlet. It works fine but now I have the problem to evaluate the return value of my scriptlet to give the user a feedback if the action was successful. getErrorCode() delivers the scriplets return value. I have to wait until the scriplet is finished... Do you