Hi,
I try to get an application object form Transfer. If the page is not
requested via a form submit, the application is non-existent, so I use
<cfparam> to define it. If the value of rc.applications is "", I
expect a new empty Transfer application object. If it has a value, I
expect a populated Transfer object.
This is the code

                <cfparam name="rc.applications" default="">
                <cfset
rc.userapplications=transfer.get("user.application",rc.applications)>

I get this:

Error Type:  The query provided to populate this transfer is empty :
[N/A]
Error Messages: transfer.EmptyQueryException
It is likely the ID that has been selected for this query no longer
exists

If I fill provide an existing value for rc.applications I get a
Transfer object.

Why don't I get what I expect - am I doing something wrong?

Transfer 1.1
Coldfusion 9,0,1,274733  on JRun

I hope Transfer is compatible with CF9. I saw the last update to
Transfer (1.2) is over a year old...

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to