Invalid reply from the server? Do you use firebug? If not firebug will let you see the request to and from the server. That should give you a much better idea of what is going on. fyi - i just re read my 1st comment and that came out wrong, please dont think I was trying to be a d*** ...i had a rough night last night!
Dan On 12/31/06, Ioannis Papanikolaou <[EMAIL PROTECTED]> wrote: > > >Why are you putting output in the ajax component? You need to create a > >component that extends ajax.cfc. Have you tried to run any of the > examples? > > > >On 12/31/06, Ioannis Papanikolaou <[EMAIL PROTECTED]> wrote: > >> > > Answers: > > 1st) > I am putting output because this is what I want my component to do. In > reality it reads rdf files and displays the output. The Component works fine > if I just put : > > <cfinvoke > component="Test" > method="myFuncIngrWorld"> > </cfinvoke> > > But this is not my goal. I need to dynamicaly extract stored content from > the server using Ajax. > > 2nd) > My component extends AJAX.cfc according to the examples. Actually as far > as I understand I just need to <cfcomponent extends="ajax">. > > 3rd) > I ve test 3 of the examples and are working fine from my server. > > I forgot to specify before > Server: > PIII 1000 > 512 MB > UBUNTU 6.06 > MySQL 5 > Coldfusion 7.02 > > Thanx for your responce > > Ioannis > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265425 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

