yes, it's not mapped paths- and I can pull DecisionFileVO's FROM the cfc,
the only problem is when I try to send the same one back.
The specific code is this
<cffunction name="savePage" access="public" returntype="void">
<cfargument name="page"
type="API.winn.portal.1_0.callingApplication.vo.SurveyPageVO"
required="true">
in this case, SurveyPageVO contains an array property to hold
DecisionFileVO's. It does not throw an error on the SurveyPageVO type, but
the nested DecisionFileVO type throws this error.
thanks,
d.
On Fri, Jan 2, 2009 at 10:28 AM, Paul Hastings <[email protected]>wrote:
> Derrick Anderson wrote:
> > the error is:
> >
> > Could not find the ColdFusion Component or Interface
> > API.winn.portal.1_0.callingApplication.vo.DecisionFileVO. Ensure that
> > the name is correct and that the component or interface exists.
> >
> > It definitely exists, but it always throws this error- any ideas?
>
> are you sure? the error's fairly specific. mapped CFC dir? if so did you
> set the
> flex config xml file to follow cf mappings?
>
>