Making attributes variables outside cfc

2005-06-17 Thread Johnny Le
Hi, I have a cfc. I am trying to convert several variables into attributes variables from inside a method, but of course, these variables are not available outside the cfc. I can convert them into form or URL variables, but not attributes. Is there a way I can make these attributes

Re: Making attributes variables outside cfc

2005-06-17 Thread Sean Corfield
On 6/17/05, Johnny Le [EMAIL PROTECTED] wrote: I have a cfc. I am trying to convert several variables into attributes variables from inside a method, but of course, these variables are not available outside the cfc. I can convert them into form or URL variables, but not attributes. Is

Re: Making attributes variables outside cfc

2005-06-17 Thread Johnny Le
Yep, I am currently using the second method. Thanks, Sean. What is HTH? Johnny On 6/17/05, Johnny Le [EMAIL PROTECTED] wrote: I have a cfc. I am trying to convert several variables into attributes variables from inside a method, but of course, these variables are not available outside

Re: Making attributes variables outside cfc

2005-06-17 Thread Ray Champagne
Hope That Helps HTH, Ray :) Johnny Le wrote: Yep, I am currently using the second method. Thanks, Sean. What is HTH? Johnny On 6/17/05, Johnny Le [EMAIL PROTECTED] wrote: I have a cfc. I am trying to convert several variables into attributes variables from inside a method, but