Hello. I am attempting to use HttpClient to access a jsf page for uploading files. The jsf page has a submit button that invokes an action on a bean. When I first access the jsf page it returns the file upload page with a jsessionid. When I submit my request with the post method for file upload, the HttpClient instance automatically sends the session id but it does not invoke the action on the bean.
Has this HttpClient 3.1 been tested with jsf pages? We do not receive any errors and the bean is being instantiated but the bean method is not being invoked. There is no login involved. IE works for the same url. I will happily consider any responses. Thank you, Ranthydev Rereddy