primefaces

Strange styling through injected stylesheets in Chrome

坚强是说给别人听的谎言 提交于 2020-08-26 19:53:11
问题 We've just purchased a Primeface Theme&Layout Sentinel. However I've noticed a strange styling on tables in Chrome. The Table header and footer has an orange border. My colleagues don't see this and if I change my chrome profile I don't see it either. The original can be seen here: http://www.primefaces.org/sentinel/documentation.xhtml#j_idt38 I've noticed that Chrome is injecting a stylesheet: .ui-widget-header { border: 1px solid rgb(231, 143, 8); border-image-source: initial; border-image

Strange styling through injected stylesheets in Chrome

一曲冷凌霜 提交于 2020-08-26 19:50:48
问题 We've just purchased a Primeface Theme&Layout Sentinel. However I've noticed a strange styling on tables in Chrome. The Table header and footer has an orange border. My colleagues don't see this and if I change my chrome profile I don't see it either. The original can be seen here: http://www.primefaces.org/sentinel/documentation.xhtml#j_idt38 I've noticed that Chrome is injecting a stylesheet: .ui-widget-header { border: 1px solid rgb(231, 143, 8); border-image-source: initial; border-image

How to use the jar of PrimeFaces-5.2.X using maven?

↘锁芯ラ 提交于 2020-08-10 19:36:07
问题 The question seems easy, but according to my research, the maven repository http://repo.maven.apache.org/maven2/org/primefaces/primefaces/ has only major releases 5.2,5.3,...,6,2 what I want exactly is to use the version 5.2.9 in order to correct the problem of the reCAPTCHA by implementing its v2, the use of the version 5.3 will have much impact on the developed application. 回答1: X.Y.Z releases are only available for paying customers as an elite release. You can then download the jar in a

How to use the jar of PrimeFaces-5.2.X using maven?

时间秒杀一切 提交于 2020-08-10 19:35:08
问题 The question seems easy, but according to my research, the maven repository http://repo.maven.apache.org/maven2/org/primefaces/primefaces/ has only major releases 5.2,5.3,...,6,2 what I want exactly is to use the version 5.2.9 in order to correct the problem of the reCAPTCHA by implementing its v2, the use of the version 5.3 will have much impact on the developed application. 回答1: X.Y.Z releases are only available for paying customers as an elite release. You can then download the jar in a

How to validate if a outputText is filled on JSF?

帅比萌擦擦* 提交于 2020-08-05 07:14:21
问题 Let me explain the scenario, assume that I have an class Project which contains a list of people, and you can search the a person and write his tasks on the project. Alright, so, I have a button to add people which leads to a modal, with the fields to fill and a search button... This search button, leads to another modal which is a simple person search, you type the name, select one from the list, the search modal closes and the name goes to an outputText on the previous modal. The thing is,

Hide back button at last tab in primefaces wizard

落爺英雄遲暮 提交于 2020-08-04 05:36:26
问题 I would like to hide the BACK button at the last tab in a wizard. I'm using primefaces. What would be the solution for it? Thank you 回答1: you can do it client-side using jQuery : Assuming you are using the wizard in the showcase: http://www.primefaces.org/showcase/ui/wizard.jsf: <p:wizard widgetVar="wiz" flowListener="#{userWizard.onFlowProcess}" onNext="hideBackOnLastTab()"> javascript: function hideBackOnLastTab() { if($("ul.ui-wizard-step-titles>li").last() .is("ul.ui-wizard-step-titles>li

Primefaces datatable update in f:facet name=“header” not working

ぐ巨炮叔叔 提交于 2020-07-23 17:28:15
问题 I want to update a button in the header facet of a primefaces datatable and it does not work. I copied the button outside the datatable everything works fine. The update should happen when the filter event of the datatable gets fired. I explicitly update the datatable, the outside- and the inside-button. The intention is to display a button with an icon when no filter is set and another icon when a filter is used. In this example I simplyfied the use case: when no filter is used there is a