Matt Sergeant <[EMAIL PROTECTED]> wrote: > Would it > be better to have a method on the Connection (or some other) class that > does a (member || ENV || config) bit of code and includes a setter for > the member variable?
Probably. One question is when the value should be set back to the (ENV || config) default. I'd guess it should be when the transaction is reset, since the values may be dependent on sender and recipient. That suggests the method should be on Transaction. -- Keith C. Ivey <[EMAIL PROTECTED]> Washington, DC
