[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Guy Bashan (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367158 ] Guy Bashan commented on MYFACES-1146: - This is exactly what I did (well . . . in one of my tryings . . . .). MyFaces still creates an empty row (footer row). This

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367159 ] Mario Ivankovits commented on MYFACES-1146: --- You could also try to do: footerClass=#{analyze.footerClass} where you return the footer class or a class which

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Guy Bashan (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367160 ] Guy Bashan commented on MYFACES-1146: - I have alreay done this workaround, but it seems to me not a neat solution. I can leave with this solution, but I think that in

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Guy Bashan (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367162 ] Guy Bashan commented on MYFACES-1146: - leave -- live ;-) Impossible to hide footer in dataTable -- Key:

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367167 ] Volker Weber commented on MYFACES-1146: --- I prefer to check the rendered attribute of footer/header component over adding extra attributes to datatable. Impossible

Re: [jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Mario Ivankovits
Hi Volker! [ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367167 ] Volker Weber commented on MYFACES-1146: --- I prefer to check the rendered attribute of footer/header component over adding extra attributes to

Re: [jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Volker Weber
Hi Mario, why not render a empty panelGroup, if so declared in the jsf source? IMO it is intuitive that there *is* a empty panel rendered in your example. Regards, Volker Mario Ivankovits wrote: Hi Volker! [

Re: [jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Mario Ivankovits
Hi! why not render a empty panelGroup, if so declared in the jsf source? IMO it is intuitive that there *is* a empty panel rendered in your example. So I'll check the rendered attribute of the facet child and if none of the facets are going to be rendered I'll suppress the footer (header) at

Re: [jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Martin Marinschek
Of course, this leads to additional evaluations of the rendered attribute. Well, sounds good. regards, Martin On 2/21/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! why not render a empty panelGroup, if so declared in the jsf source? IMO it is intuitive that there *is* a empty panel

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367069 ] Volker Weber commented on MYFACES-1146: --- First: please ask such questions on users mailing list, this is not a bug. A facet can contain only one child, so your code