You need to do something like

 

public Collection fill(List fillParameters, int startIndex, int
numItems) {

            

SearchVO pageRequestData = (SearchVO)(fillParameters.get(0));

 

 

Gregor Kiddie
Senior Developer
INPS

Tel:       01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
<blocked::http://www.inps.co.uk/> 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact [EMAIL PROTECTED]

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ward Loockx
Sent: 12 November 2008 11:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] passing parameters to fill method of Data services

 

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.
<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

 

Reply via email to