Hi,

 

I'm trying to add a 'Test Mail' button on a form to check the configuration
settings - smtp server, user, etc.

 

I can send mail from other parts of the application using:

 

            resolver = (SourceResolver) manager.lookup(SourceResolver.ROLE);

            src = resolver.resolveURI(sb.toString());

 

but I can't figure out yet how to access ServiceManager in a form event
handler since all methods need to be static.  Is this possible?

 

Thanks,

gary

Reply via email to