Hi,
- supposing of having a view with multiple instance data container of the same type
<instance id="tipoA_1" property="tipoa1"></instance>
<instance id="tipoA_2" property="tipoa2"></instance>
where tipoa1 and tipoa2 are properties of type TipoA
- supposing of creating a fragment for TipoA with provided data
<instance id="tipoA_1"
class="TipoA"
provided="true">
How can I reuse the fragment for instance tipoA_1 and tipoA_2?
Thanks for helping!