On Friday 15 April 2005 16:00, Frank wrote:
> Hello, I have the following in Home.Page:
> 
>  <component id="InstertAuthorTable" type="contrib:Table">
>         <binding name="tableModel" expression="AuthorTable"/> 
>     </component>     
> 
> Web server reports:
> 
> Unable to resolve expression 'AuthorTable' for [EMAIL PROTECTED]
> 
> I do not understand what is wrong. What does AuthorTable mean?

Your page class has to have a method 
        ITableModel getAuthorTableModel()
that returns the table model (~ Table data) for this table.

HTH
        Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to