Jason you just responded to message that was posted over two months ago. ;-)
On 6/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You're on the right track. Instead of calling member.lname and > member.fname you'll be calling the functions member.getlname() or > member.getfname(). That helps preserve encapsulation. > > > If you want to return everything then use something like getAttributes > that > return a structure. > > <invoke class="member" methodcall="get(url.memberid)" > returnVariable="member" /> > <set name="fieldname" value="member.getAttributes()"> > > Then you can reference each field as fieldname.lname and fieldname.fname. > > > Jason Cronk > [EMAIL PROTECTED] > > > > > > "Mark Kecko" > <[EMAIL PROTECTED] To: "Fusebox" <[email protected]> > om> cc: > Subject: Re: Instance scope > 04/15/2005 02:39 > PM > Please respond to > fusebox > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6765 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
