OK ;) It didn't sound like it, so I just had try just in case. But could you post you other files; html, java, etc. It is easier to spot any oddness.
Actually, the last time I got that error I had forgotten to close a quotation in the html-file, but I didn't use a .page file at that point, so it can't be that. Cheers, PS On 3/10/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > > Yep ;) any other ideas? > > On 3/10/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > > > > OK. Have you tried it? > > > > Cheers, > > PS > > > > On 3/10/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >