Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Matthias Kahlau
Hi! Is it legal to use HtmlPanelGrid with an odd amount of children? I can recall some warnings shown in the logging output when not all possible cells are used, but it's only a warning - the rendered grid looks correct. Will the warning behaviour change to legal in the future, or shouldn't I

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Enrique Medina
Well, you can always complete the missing childs with:t:panelGroup/2006/2/2, Matthias Kahlau [EMAIL PROTECTED]: Hi!Is it legal to use HtmlPanelGrid with an odd amount of children? I canrecall some warnings shown in the logging output when not all possible cellsare used, but it's only a warning -

Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Matthias Kahlau
Hi! Is it legal to use HtmlPanelGrid with an odd amount of children? I can recall some warnings shown in the logging output when not all possible cells are used, but it's only a warning - the rendered grid looks correct. Will the warning behaviour change to legal in the future, or shouldn't I

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Dennis Byrne
HtmlPanelGrid with an odd amount of children? Hi! Is it legal to use HtmlPanelGrid with an odd amount of children? I can recall some warnings shown in the logging output when not all possible cells are used, but it's only a warning - the rendered grid looks correct. Will the warning behaviour

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Thomas Spiegl
- From: Matthias Kahlau [mailto:[EMAIL PROTECTED] Sent: Thursday, February 2, 2006 07:10 PM To: 'Users MyFaces' Subject: Using HtmlPanelGrid with an odd amount of children? Hi! Is it legal to use HtmlPanelGrid with an odd amount of children? I can recall some warnings shown

AW: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Matthias Kahlau
An: MyFaces Discussion Betreff: Re: Using HtmlPanelGrid with an odd amount of children? Odd, even - whichever you want. Just so much as the number of children is a multiple of the @columns attribute for that grid. Dennis Byrne -Original Message- From: Matthias Kahlau [mailto:[EMAIL

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Dennis Byrne
, February 2, 2006 07:24 PM To: 'MyFaces Discussion' Subject: Re: Using HtmlPanelGrid with an odd amount of children? The column count has to be even. Use a panelGroup for empty cells. Thomas On 2/3/06, Dennis Byrne [EMAIL PROTECTED] wrote: Odd, even - whichever you want. Just so much as the number

Re: AW: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Dennis Byrne
To: 'MyFaces Discussion' Subject: AW: Using HtmlPanelGrid with an odd amount of children? Thanks, and what happens if the number of children is not a a multiple of the @columns attribute for that grid? Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Craig McClanahan
On 2/2/06, Matthias Kahlau [EMAIL PROTECTED] wrote: Hi!Is it legal to use HtmlPanelGrid with an odd amount of children? By odd amount of children I presume you mean a number of children that is not evenly divisible by the value you set for the columns property? Yah, MyFaces whines about this

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Dave
you can make it even by adding empty panelGroup ;)Matthias Kahlau [EMAIL PROTECTED] wrote: Hi!Is it legal to use HtmlPanelGrid with an odd amount of children? I canrecall some warnings shown in the logging output when not all possible cellsare used, but it's "only" a warning - the rendered grid