Hi Currently property conduit are created when the page template is parsed, i guess there is good reasons for that (performance, template validation) But what about a property binding that would be able to get informations from the returned type and note the type of the accessor.
In my case, i have different blocks that display different type of activities. Every activity extends a base one, but each activity has specific attributes. My first implementation was to define one component per activity and put all the generics stuff in base component class. But i thought it would be more elegant to do it the 'PropertyDisplayBlocks' way, i mean create a context that contain the datas to display and let a service decide which block to display in function of the activity type. But doing this i am still stuck to my specific attributes problem. Any idea ? -- Regards, Christophe Cordenier. Developer of wooki @wookicentral.com
