| http://www.w3.org/ns/prov#value | - Hi,I have to tables Branch and Employee.There is a one-to-many relationship between Branch and Employee.Upon code generation, WebOrb creates two ActiveRecords for Branch and Employee (with names Branch and Employee respectively).I have a datagrid as follows with DataGridColumn headerText=Branch dataField=relatedBranch.branchname:Code: There is a button to fill in the dataProvider with clikc eve
|