--- On Mon, 12/15/08, Marsman <[email protected]> wrote: > And using a super class seems to me only like a workaround for > the specified problem. Any other ideas?
I don't really see it as a problem, quite frankly; it sounds like your package layout is either too tightly-coupled or you're trying to make your messages too fine-grained. You can also implement a marker interface and put the messages in a properties file named after the marker interface, but I think that's awkward to maintain and non-obvious. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

