Hey Matt,

Wow....great news on the nightly build fix...thanks!!

....and on this topic:
> I took a look at Railio Express as an alternative to Open BD
> > (alternative in that it can be deployed anywhere without an install).
> 
> Unless I'm mistaken, Railo Express would be exactly the same concept as 
> our Ready2Run version, so if no install is what you're after be sure and 
> check that out.
> 

That's what I thought, but as I said.....my CFAJAXPROXY example I started this 
thread with completely bombed with errors in the stack trace that indicate 
"AjaxProxy" does not exist!!

So either my demo that works on CF 8 and OpenBD simply doesn't work on Railo 
Express or the tag is not yet implemented as the error seems to state.

CHeers

-  

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [email protected]
web: www.electricedgesystems.com
 
Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.


On Tue, 2009-08-11 at 11:31 -0700, Matthew Woodward wrote:
> ColdFusion wrote:
> > It was really just frustration because I couldn't find something that
> > plainly said "CFAJAXPROXY exists in OpenBD and here is the usage (or
> > the usage is identical to CF 8)".
> 
> Yep, been updated, and the latest nightly has cfajaxproxy working, we're 
> just debating to default to sync or async mode right now. So if you do 
> grab the nightly and use it, at this point you'll have to call 
> setSyncMode() on your javascript class before calling methods on it:
> 
> <cfajaxproxy cfc="MyCFC" jsclassname="MyJSClass" />
> 
> <script type="text/javascript">
>    var foo = new MyJSClass();
>    foo.setSyncMode();
>    foo.method();
> </script>
> 
> We may change so it defaults to async mode but as of today you'd have to 
> call setSyncMode().
> 

> 
> > Anyways....I'll stick with OpenBD and use AjaxCFC for now.
> 
> Cool--we'll get cfajaxproxy sorted out shortly. Thanks again for the 
> prompting on this issue, especially letting us know about the confusion 
> on the wiki.
> 



--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to