Re: Some components I've been working on

2006-05-15 Thread Barry Books
SqlTableModel takes a database table and displays it. Mine takes a sql select statement including joins etc and displays the result set. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Some components I've been working on

2006-05-13 Thread Andreas Andreou
Nice. I guess we'll be seeing more and more stuff for Tapestry. BTW, contrib:Table can use an SqlTableModel to get the data from. Does this relate to the Query Table ? Barry Books wrote: I've been working on some reusable components and I'm finally getting around to making them available. The fi

Some components I've been working on

2006-05-13 Thread Barry Books
I've been working on some reusable components and I'm finally getting around to making them available. The first two are Query Table which is an extension to contrib:Table that takes a sql statement instead of rows and columns. The next is Derby which is a simple web interface to the Derby databas