The calculation is possible with in one table not across tables, at least to my 
knowledge. Please let me know if you find a solution. I have had faced this 
problem and solved with defined width. I have defined with percentages not with 
the fixed pixels or points. So depending up on your screen resolution and the 
parent table width the columns will occupy that percentage of space.

Thanks

-----Original Message-----
From: Csík Norbert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 11, 2005 8:58 AM
To: Srikanth Madarapu
Subject: Re: Special layout


I don't want to make it fix. I would like to make it resize itself dinamically:

| Dodge      | stf | 3       |
| some text in one row |
| Mercedes | rw | 2       |
| some text in one row |

The column width should be calculated, not defined.


On 5/11/05, Srikanth Madarapu <[EMAIL PROTECTED]> wrote:
> You can define a style class with 33% width and use it(using clomunClasses), 
> I think that will solve the issue. If that doesn't work, I am sure there is 
> some way to solve it using the style classes.
> 
> -----Original Message-----
> From: Csík Norbert [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 11, 2005 4:22 AM
> To: Srikanth Madarapu
> Subject: Re: Special layout
> 
> Yes, but then the 3 columns wouldn't has the same width. I mean if the
> first row's first cells contains 'Dodge' and the third row's first
> column contains 'Mercedes-Benz' then these columns will have diffrent
> width ('cause there's a table in a table).
> 
> On 5/11/05, Srikanth Madarapu <[EMAIL PROTECTED]> wrote:
> > with in your column put two panelGrids one is rendered when rowIndex%2 == 0 
> > and other is rendered when rowIndex%2 != 0. one panel will have three 
> > columns and the other one column.
> >
> > -----Original Message-----
> > From: Csík Norbert [mailto:[EMAIL PROTECTED]
> > Sent: Monday, May 09, 2005 5:56 AM
> > To: Myfaces users
> > Subject: Special layout
> >
> > Hi!
> >
> > A would like to achieve a layout with three columns and in every other
> > row one cell with a column span set to 3. It is important to make it
> > in one table because the three columns must have the same width, so I
> > can't put a table into another table's cell. I would like to use a
> > component, instead of writing html tags to my view.
> >
> > Is there any panel which solves my problem?
> >
> > thanks,
> >
> > --
> > Norbert Csík
> >
> 
> --
>  Csík Norbert          http://norbert.web.elte.hu/
>  Programtervező matematikus
>  Trilobita Informatikai Rt. - rendszertervező fejlesztőmérnök
> ___ keep sm:)ing _________________________ooo__C( O O )L__ooo__
> http://www.aion.hu/ - A csik.NET otthona
> http://www.spreadfirefox.com/ - Rediscover the web
> Légy pontos: Mérj mikro-milliméterben! Jelölj krétával! Vágj baltával!
> 


-- 
 Csík Norbert          http://norbert.web.elte.hu/
 Programtervező matematikus
 Trilobita Informatikai Rt. - rendszertervező fejlesztőmérnök
___ keep sm:)ing _________________________ooo__C( O O )L__ooo__
http://www.aion.hu/ - A csik.NET otthona
http://www.spreadfirefox.com/ - Rediscover the web
Légy pontos: Mérj mikro-milliméterben! Jelölj krétával! Vágj baltával!

Reply via email to