Error when calling service : Locale cannot be null

2010-04-19 Thread S.Hage
Hi all, I am trying to call a service from java code, but I receive the exception "Locale cannot be null". I would like to notice that I logged () and I belive that it is OK not null because in the log file ofbiz.log I can see Locate value: fr_CA below the java code, service code, error log

enctype="multipart/form-data" and POST method

2009-11-05 Thread S.Hage
USER_FIRST_NAME has content. If I remove the enctype then everything is Ok and the values take the value of requestParameters.USER_FIRST_NAME. I believe that the problem is directly related to the enctype="multipart/form-data" but I don’t know how I can get rid from this situation. Any e