No, I have not tried that. Would this solve the problem? If I get the
storage.description instead of language.description as description in
the query it would be ok.
I did a normal cfquery to solve it temporarley:
select *,storage.description FROM storage,language
WHERE
storage.id = #
arguments.id#
AND language.isolang = '#arguments.lang#'
But it is a m2m relationship. I have a third link table
lnkstoragelanguage,that should be incorporated if I do a normal sql
query, I remember now. Much easier with Transfer..
@Mark
I can´t repeat the error message right now because I changed my code.
(and tired of restarting the framework).
According to your reference select *, stoarage.description AS
storageDescription FROM should also work. I will do another test.
Thanks for your input!