Since UM is a struct, just reference it as: #Application.Um[UmID].Data#


As a general comment - and I've said this before so forgive me for being
an old cranky developer (grin), folks, please do not forget the []
notation for structures. It's perfect for stuff like this.


=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Mike Kear [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, September 20, 2001 8:49 AM
> To: CF-Talk
> Subject: CFWDDX problem
> 
> 
> CFWDDX problem.. What do I do about this?   I want to turn a 
> struct into a
> WDDX packet, but the name of the struct is dymanic, based on 
> the user id.
> 
> 
> The struct is called:   application.um.#UmID#_Data
> 
> and the CFWDDX tag is as follows:
> 
> 
> <cfwddx action="CFML2WDDX" output="UserDataPacket" 
> input="application.um.#UmID#_Data">
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to