This seems like one of those cases where slightly incorrect syntax (it's 
something pretty much all of us do from time to time) was accepted by 
traditional CF and no code exists to accept this sort of thing in OpenBD.

What does replacing this:
form = application.foo.getBar(id=event.getvalue('id'));

with this:
form = application.foo.getBar(event.getvalue('id'));

do for you?

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


Bill Berzinskas wrote:
> Hello,
> I'm in the process of attempting to port a fusebox 5.5 noxml
> application to bluedragon.  I've had a few snags, nothing major..  But
> I am having one problem I can't quite figure out.. so here goes:
> 
> When a form is loaded on my site, i query the db for the ID or ID=0
> for a new entry.   I take the results of this and set it to the form
> scope.   something to the effect of:
> 
> form = application.foo.getBar(id=event.getvalue('id'));
> 
> This works great in traditional CF, but in openBD, I don't seem to be
> able to do this.  The form scope remains empty..  Thoughts?
> 
> > 
> 

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