Nima Boustanian <nima <at> tn20.com> writes:

> I am trying to implement a IBasicTableModel and this is what I have so far:
> 
> MyTable.java
> public class MyTable implements Serializable {

Try:

 public class MyTable implements Serializable, IBasicTableModel  {
   ...
 }

--
Author of a book for learning Tapestry (www.agileskills2.org/EWDT)


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

Reply via email to