Hi Alan, thank you for the reply. I'm using desktop nightly. Form is
empty. The same code works in a plain cfm. Using console this is the
response for:

console(URL);
console(FORM);

+------------------+--
|           METHOD | postAd
| __BDRETURNFORMAT | plain
+------------------+--
+--+--
+--+--

FORM has a lot of data. But inside the cfc is empty.


On 31 mar, 20:41, Alan Williamson <[email protected]> wrote:
> Can you change these to Console(url); Console(form); and run again ...
> because the FORM scope is available.
>
> Are you running the nightly build or some other version?
>
> On 31/03/2012 12:06, David G Ortega wrote:
>
>
>
>
>
>
>
> > <cfcomponent>
> >         <cffunction name="postAd" access="remote" returnformat="plain">
> >            <cfscript>
> >            writeDump(URL);
> >            writeDump(CGI);
> >            writeDump(GetHttpRequestData());
> >            writeDump(FORM);
> >            return __bdreturnformat;
> >            </cfscript>
> >    </cffunction>
> > </cfcomponent>
>
> > I'm passing a lot of data through POST but inside the function but
> > FORM seems to be empty!!

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to