Nope don't think that's the problem
On 3/10/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > I think that either you can write the binding like this; > > <binding name="source" value="inst"/> > > Or you should have the value like this; > > <binding name="source" >eventos</binding> > > Cheers, > PS > > On 3/10/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > >