Its simpler than you think =) Make a 'baseTransferDecorator.cfc', which extends="transfer.com.TransferDecorator"
Then make all your other specific decorators extend baseTransferDecorator (wherever it lives) Its just using CF inheritance, nothing tough! You are on the right track too, many folks (including myself) use this same method. =) Chris Peterson On Thu, Dec 4, 2008 at 1:51 PM, spiraldev <[EMAIL PROTECTED]> wrote: > > This may be a dump question but is there a way to create a global > decorator? And have another decorator? basically I have a couple of > functions that I want all of my transfer beans to have but I don't > want to create a decorator for every transfer object. > > > -- Hey! I dont tell you how to tell me what to do, so dont tell me how to do what you tell me to do! ~ Bender (Futurama) --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
