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
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
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
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