|
DataScroller by default will not render if
there is only one page of data, however the facets will, you can turn this off
by simply adding the following attribute to your datascroller renderFacetsIfSinglePage="false" From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Another possible is that you set the
rendered attribute of the datascroller to false or true at the point
where you get your list for the datatable in the backing bean. e.g something like that in your backing
bean: rowList is the result you will display on
the datatable. In my example a datascroller will only be displayed if the list
contains more than 5 items. if (rowList.size() > 5) { in the JSP: <t:dataScroller... rendered="#{dbAdminDto.showDatascroller}" ... /> I hope it's clear, what I mean... Regards Andy
NOTICE: This message, including all attachments transmitted with it, is for the use of the addressee only. It may contain proprietary, confidential and/or legally privileged information belonging to Litle & Co. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, you must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message. If you believe you have received this message in error, please delete it and all copies of it from your system and notify the sender immediately by reply e-mail. Thank you. |
- RE: dataScroller Miller, John
- RE: dataScroller Tom Butler
- RE: dataScroller Tom Butler
- MYFACES-27 JSCOOKMENU Igor Marakov
- Re: MYFACES-27 JSCOOKMENU Bruno Aranda
- RE: dataScroller Miller, John

