Hello

without more details. I would suggest following:
Please set a breakpoint inside DesktopTableRenderer.renderControlBar and
check why the navigation bar is not rendered.

Regards

Bernd

On Tue, Jul 11, 2017 at 5:24 PM, PETITIOT, LUCAS <lucas.petit...@atos.net>
wrote:

> I can’t see anything wrong in the server console, is there any way to
> enable more thorough debug messages ?
>
> Here’s what it looks like: http://imgur.com/a/qFKsm . I have also noticed
> that table banding doesn’t seem to work either... Is there some setting in
> web.xml or something I need to configure to get this to work?
>
> I’m using 2.1.2, but I have tried with 2.2.0 as well. My table is as
> follows:
>
>                 <tr:table rowSelection="single" inlineStyle="margin-left:
> 10px" width="100%" value="#{alarmListBean.alarms}" var="alarm" rows="25"
> first="0">
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Num"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.number}"/>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Nature"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.nature}"/>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Thème"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.synthesis.
> label}"/>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Etat"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.status}"/>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Org"/>
>                                 </f:facet>
>                                 <tr:outputText
> value="#{alarm.organisation}"/>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Arrivée"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.incoming}">
>                                         <tr:convertDateTime type="time"
> timeStyle="medium"/>
>                                 </tr:outputText>
>                         </tr:column>
>                         <tr:column>
>                                 <f:facet name="header">
>                                         <tr:outputText value="Op"/>
>                                 </f:facet>
>                                 <tr:outputText value="#{alarm.trigram}"/>
>                         </tr:column>
>                 </tr:table>
>
> Thanks
>
> _____________________________________________
> From: PETITIOT, LUCAS
> Sent: Monday, July 10, 2017 5:29 PM
> To: 'MyFaces Discussion'
> Subject: [Trinidad] Table pagination not showing up
>
>
> Hello,
> I’m trying to get the Table component to show the pagination as can be
> seen here http://example.irian.at/trinidad-components-showcase/
> component-demo/table-Pagination
> I have set rows=”25”, I have also tried with another number, the table
> does show 25 entries but the pagination bar at the top doesn’t show
>
> Anybody have the same problem?
>
> Thanks
>
> Ce message et toutes les pièces jointes (ci-après le "message") sont
> établis à l’intention exclusive des destinataires désignés. Il contient des
> informations confidentielles et pouvant être protégé par le secret
> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
> immédiatement l'expéditeur et de détruire le message. Toute utilisation de
> ce message non conforme à sa destination, toute diffusion ou toute
> publication, totale ou partielle, est interdite, sauf autorisation expresse
> de l’émetteur. L'internet ne garantissant pas l'intégrité de ce message
> lors de son acheminement, Atos (et ses filiales) décline(nt) toute
> responsabilité au titre de son contenu. Bien que ce message ait fait
> l’objet d’un traitement anti-virus lors de son envoi, l’émetteur ne peut
> garantir l’absence totale de logiciels malveillants dans son contenu et ne
> pourrait être tenu pour responsable des dommages engendrés par la
> transmission de l’un d’eux.
>
> This message and any attachments (the "message") are intended solely for
> the addressee(s). It contains confidential information, that may be
> privileged. If you receive this message in error, please notify the sender
> immediately and delete the message. Any use of the message in violation of
> its purpose, any dissemination or disclosure, either wholly or partially is
> strictly prohibited, unless it has been explicitly authorized by the
> sender. As its integrity cannot be secured on the internet, Atos and its
> subsidiaries decline any liability for the content of this message.
> Although the sender endeavors to maintain a computer virus-free network,
> the sender does not warrant that this transmission is virus-free and will
> not be liable for any damages resulting from any virus transmitted.
>

Reply via email to