I have a simple Table component:
<component id="table" type="contrib:Table">
<binding name="source" value="eventos"></binding>
<binding name="columns" value="literal:id, nome"></binding>
</component>
But I'm getting an Exception:
Either the tableModel parameter or both source and columns parameters must
be specified by component ManterEvento/table.tableView
Well I've double checked the syntax and guess it's ok, so why is it
complaining about missing parameters?
Regards
