Re: Inheriting from Component Classes

2009-07-06 Thread Thiago H. de Paula Figueiredo
On Mon, Jul 6, 2009 at 12:05 PM, Jonathan O'Connor wrote: > Thiago, Hi! > Thanks for the ideas, but in this case, I think it was easier to just > provide a tml file. You're welcome! And thanks for giving me the idea of creating a CSV/HTML/whatever export mixin for Grids. :) -- Thiago

Re: Inheriting from Component Classes

2009-07-06 Thread Jonathan O'Connor
Thiago, I was just about to write my solution up in the Wiki, but I'm having problems getting my password to work :-( Anyway, yes, you're quite right, you can extend component classes. My main job was to supply a GridEx.tml where I added my special link: xmlns:t="http://tapestry.apache.org/sc

Re: Inheriting from Component Classes

2009-07-06 Thread Thiago H. de Paula Figueiredo
n Mon, Jul 6, 2009 at 10:20 AM, Jonathan O'Connor wrote: > Hi, Hi! > I'm pretty sure what the answer is, but can someone confirm that it is not > possible to use java inheritance to extend a component class? Yes, it is. > What I'm trying to do is add a CSV Download button to a Grid, preferably

Inheriting from Component Classes

2009-07-06 Thread Jonathan O'Connor
Hi, I'm pretty sure what the answer is, but can someone confirm that it is not possible to use java inheritance to extend a component class? What I'm trying to do is add a CSV Download button to a Grid, preferably aligned to the right of the table. I can override the .tml files of the existin