RE: Customizing the grid to alter its own content

2014-07-21 Thread Lance Java
think it will > work just fine, I was just trying to clarify my understanding of Element. > > > > -Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Monday, July 21, 2014 14:14 > To: Tapestry users > Subject: RE: Customizing

RE: Customizing the grid to alter its own content

2014-07-21 Thread Davide Vecchi
ld Text node instead; I think it will work just fine, I was just trying to clarify my understanding of Element. -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Monday, July 21, 2014 14:14 To: Tapestry users Subject: RE: Customizing the grid to alter

RE: Customizing the grid to alter its own content

2014-07-21 Thread Lance Java
would still need to be able to set an > Element's text, which I don't know whether it's possible. > > > -Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Monday, July 21, 2014 13:52 > To: Tapestry users > Subject: Re: Cust

RE: Customizing the grid to alter its own content

2014-07-21 Thread Davide Vecchi
al Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Monday, July 21, 2014 13:52 To: Tapestry users Subject: Re: Customizing the grid to alter its own content You might be interested in this mixin https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/la

Re: Customizing the grid to alter its own content

2014-07-21 Thread Lance Java
You might be interested in this mixin https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/mixins/GridDecorator.java Unfortunately the demo site is down at the moment. Sample usage: https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/resources

RE: Customizing the grid to alter its own content

2014-07-07 Thread Davide Vecchi
Figueiredo [mailto:thiag...@gmail.com] Sent: Monday, July 7, 2014 15:35 To: Tapestry users Subject: Re: Customizing the grid to alter its own content On Mon, 07 Jul 2014 10:00:55 -0300, Davide Vecchi wrote: > Hi, Hi! > Thanks for the quick feedback ! Yes, I would like to make this change >

Re: Customizing the grid to alter its own content

2014-07-07 Thread Thiago H de Paula Figueiredo
On Mon, 07 Jul 2014 10:00:55 -0300, Davide Vecchi wrote: Hi, Hi! Thanks for the quick feedback ! Yes, I would like to make this change so that it is used by every grid in my application. So what you want is to override the property viewing blocks used by BeanModel-based components (in

RE: Customizing the grid to alter its own content

2014-07-07 Thread Davide Vecchi
Hi, Thanks for the quick feedback ! Yes, I would like to make this change so that it is used by every grid in my application.

Re: Customizing the grid to alter its own content

2014-07-07 Thread Thiago H de Paula Figueiredo
On Mon, 07 Jul 2014 09:38:47 -0300, Davide Vecchi wrote: Hello everybody, Hi! I would like to customize the Tapestry grid (org.apache.tapestry5.corelib.components.Grid) to make it change the content originally provided in the source parameter, so that the modified content is rendered i