You should be able to declare a bean definition to register property editors, as well as use dependency injection to set their dependencies.
Matt On 10/17/07, George.Francis <[EMAIL PROTECTED]> wrote: > > Hello, in my CustomerEditor class, I have a > public void setAsText(String text) > which needs an instance of CustomerManager in order to resolve the correct > Customer object. > How is the CustomerManager usually passed to a CustomerEditor? > -- > View this message in context: > http://www.nabble.com/CustomerEditor-needs-an-instance-of-CustomerManager-tf4642327s2369.html#a13259575 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
