thanks a lot for your help.

>You are using getUsers for your query results.  In order to use it in your
>view, you need to add it to the event structure (which corresponds to the
>attributes structure in the display)
>
>Instead of
>
><cfset getUsers = myFusebox.do( action="usermanager.qryUsers") />
>
>Do
>
><cfset qry_getUsers = getUsers.qryUsers()>
><cfset event.setValue("qry_getUsers", qry_getUsers)>
>
>Then in your display.  Reference it with attributes.qry_getUsers  Since you
>are creating the component getusers in your controller, you shouldn't be
>trying to call it as a fuseaction, simply reference it as an object itself.
>
>
>Sandra Clark
>=============
>http://www.shayna.com
>Training and Consulting  in CSS and Accessibility 
>Team Fusebox
>
>
>
>
>
>
>I am trying to cfdump the values on a page that's supposed to display the
>users in the system and that file is dspUsres.cfm inside users/view/display
>but it says qryUsers is not available. Thanks for any help you provide in
>advance.
>but
>>don't know how to use it.  If you can provide more code showing what you
>are 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310168
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to