Thanks Jens... I am certain its a coach. But I could be wrong... I am not finding enough docs on their mixin and its usage other than the source module itself.
I have a gallery of coaches... displayed with their photo property. But each coach is a pagelink to an edit page. The idea being... if you click a coach in the gallery of coaches... it goes into edit mode of that coach... and it works. In the edit page after being clicked... the photo of the coach is displayed in the beanedit component as an html <img/> But I want to display it as a <upload/> or <link/>... well you get my idea... So I decided to override a property photo on the editbean. I am prototyping this with a simple label/text using firstName since the coach has a firstName still guesswork