Rép. : [JSP/JAVABEANS] set method and empty parameters...

2002-03-12 Thread Sebastien BASTARD
Hello, You can execute a method such as 'prepareParam' which set all variables to null of your JavaBean. Thus, you have, as default, null to your variables. Example : void setPrepareParam() { v1=null; v2=null; etc ... } Seb >>> [EMAIL PROTECTED] 12/03 12h19 >>> Hi all, I send some

Problem whith AJP13 [AJP13] bad read : -103

2002-03-12 Thread Sebastien BASTARD
Hello, I have a application which have some problems to retrieve parameters of the request. I explain : Sometimes, the JSP page can't retrieve a parameter of the request. I don't understand why ? I set my Session.setDuration() to 24Hours even if i know there's no relation about the problem. I

[AJP13] bad read : -103

2002-03-12 Thread Sebastien BASTARD
Hello, I have a application which have some problems to retrieve parameters of the request. I explain : Sometimes, the JSP page can't retrieve a parameter of the request. I don't understand why ? I set my Session.setDuration() to 24Hours even if i know there's no relation about the problem. I