Is there a way to 'choose' which render block to use for a particular context?
I have created a DISPLAY and an EDIT render block for a GenericSelectModel based on a Hibernate table of values. In one context, a Hibernate entity holds a reference to this entity and terms it "Parent". In another context, a Hibernate entity holds a reference to this entity and terms it "File Cabinet." I register the type with the AppModule - but is it possible to let the component choose which app block to display? Is there another way to use the GenericSelectModel with multiple labels? Thanks, -Luther