Ups!
I did not know about this limitation. Would have been to easy. I will
have to change before leaving developement phase...
Thanks
Peter
Thanks Peter. I went for augmenting the beandisplay using a table with rows
and columns - sometimes I think data is really tabular and don't understand the
fuss about avoiding the use of tables. Your solution looks very concise. Out
of curiosity do you have a mandated browser in production for your application?
I thought display: table-cell; had patchy coverage amongst some browsers?
Regards,
Jim.
-----Original Message-----
From: peter ricke [mailto:i...@peter-ricke.de]
Sent: 25 June 2010 07:41
To: Tapestry users
Subject: Re: BeanDisplay customisation (long lines wrapping)
Hi Jim,
I had the same problem,
following css solved it
DL.t-beandisplay DD {
display: table-cell;
}
thanks
Peter
There's probably some CSS that would do it, but I spent an hour or so playing
with the CSS and gave up. Maybe some combination of float / width / overflow /
display would do it.
Regards,
Jim.
-----Original Message-----
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: 23 June 2010 12:43
To: Tapestry users
Subject: Re: BeanDisplay customisation (long lines wrapping)
On Wed, 23 Jun 2010 08:27:04 -0300, Jim O'Callaghan
<jc1000...@yahoo.co.uk> wrote:
Brain mustn't be working this morning. Got around this by using a local
BeanDisplay.tml in a local tapestry package. Would be interested in
hearing the correct approach though.
Have you tried CSS?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org