Hello, I'm trying to pass some parameters to livecycle server using the fill method. The problem is that I'm unable to pass an object or Array/ArrayCollection.
I've used this page as source for the parameter binding http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001103.html. But it's always resulting in [RPC Fault faultString="Unable to locate a fill method for destination 'search' which matches the following parameters: [[Ljava.lang.Object;@107f8ba]." faultCode="Server.Processing" faultDetail="null"]. I did a test with 2 strings and that worked fine.. Anybody that can help? Ward

