> From: Antoine L�vy-Lambert [mailto:[EMAIL PROTECTED]
> >                   System.err.println(prompt);
> >  +                System.err.flush();
> >                   try {
> >                       String input = in.readLine();
> >                       request.setInput(input);
> >
> Well done :-)

Does that imply the prompt is written on System.err?
Why System.err instead of System.out?
A prompt is not an error, no? --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to