But then again...
> interface FactoryRegistry {
> void attachMe(Attachable attachable) throws NotAttachableException;
> }How will the attachable find the correct registry? What does Wicket do to discover these things? There are hundreds of possibilities, from the simple JVM parameter, to JNDI, etc etc...
