Re: [HttpClient] Connect to secure site with certificate not signed by verisign

2006-02-03 Thread David Asensio
Thanks, that was the clue... I've already solved it. * David Asensio Ortega e-mail: dasensio[at]acotelsa.com * Oleg Kalnichevski escribió: On Thu, 2006-02-02 at 18:02 +0100, David Asensio

Re: [NET] ftp requires 2 passwords (a proxy password)

2006-02-03 Thread e.dominguez
Is it correct an approach like: [CODE] //(...) FtpClient myc = new FtpClient( ); //init ftpclient myc.connect( proxy.acme.ch, 21 ); //connect to server myc.login( [EMAIL PROTECTED] proxy_tech_userename, far_password ); //login if( myc.getReplyCode() == FtpReply.CODE_332 ){ //check if reply is 332

Validator-Struts problem reloading page

2006-02-03 Thread [EMAIL PROTECTED]
A question on Struts - Validator and refresh page: I have a form with tws select fields, second depending from the second. Example: first is choose State then the sedond needs to be populated with choosen state countries, if the user change state again the country again needs to be reloaded. I

Re: [FileUpload] content type header is null

2006-02-03 Thread Niall Pemberton
You're missing a quote on the method attribute. Niall - Original Message - From: benjamin haimerl [EMAIL PROTECTED] Sent: Friday, February 03, 2006 6:26 AM ok. here is an exact copy ;) fileChooser.jsp form action=fileUpload.jsp method=post enctype=multipart/form-data input

Re: [NET] ftp requires 2 passwords (a proxy password)

2006-02-03 Thread E. Dominguez
now i have a doubt... should i use the sendCommand( password ) or the pass( password ) to pass the second requested password? e.dominguez wrote: Is it correct an approach like: [CODE] //(...) FtpClient myc = new FtpClient( ); //init ftpclient myc.connect( proxy.acme.ch, 21 ); //connect to

[MATH] inversecumulativeProbability function fails for normal distribution with std dev less than 0.0273

2006-02-03 Thread Sung Park
Hi all, There is a normal distribution implementation in the package org.apache.commons.math.distribution. When calling the inversecumulativeProbability(double p) method for a normal distribution of a specific mean and standard deviation, I am receiving the error below whenever the standard

Re: [FileUpload] content type header is null

2006-02-03 Thread benjamin haimerl
lol yeah right, but i already have no problems with the file upload, Joy started this thread here ;) I just want to help, by put in my code here ;) i hope meanwhile he could solve his problem.. - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: Jakarta Commons Users