On Sat, 30 Oct 2004 07:50:08 -0500, Barry L Beattie <[EMAIL PROTECTED]> wrote: > I really can't see many options to get these values down to where they're needed, > other than: > - get the controller to add them to every service method call (yuck!). this will > then be passed ot the persist. > - create specific methods that send the values from controller to service to > persist.the persist stores the values in it's variables scope. > > but I can't help thinking there is a neater way to do this.
There is: pass the data in when you create the service layer (and it passes it into the persistence layer when it creates that). -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Got Gmail? -- I have 1 invite "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
