Questions tagged as 'primefaces'

1
answer

How to change the CSS of the components of primeNG in Angular?

menu.component.html <p-menubar class="menuPerson" [model]="items"></p-menubar> menu.component.css .menuPerson{ background-color: olivedrab; font-size: 14px; } menu.component.ts import { Component, OnInit } f...
asked by 18.12.2018 / 13:43
1
answer

Hide and Render component in p: dialog

I need to attach files and save the path in the database. Attachments belong to an object that can have multiple attachments, so I created an entity to save the path in the database, however I need to have that object saved before, so I can asso...
asked by 18.12.2018 / 16:38
1
answer

Problems with the positioning of the dialog of the firstfaces

I wanted to know a way to position my dialog a certain distance from the left side of the screen. <p:dialog id="dialogAcesso" showHeader="false" visible="true" width="500" position="left"> <div align="center">...
asked by 07.12.2018 / 15:39
0
answers

I can not render a component after clicking a button

I can not render the include component that is inside a panel, I want to render when clicking a button inside a datatable, but when I click the button nothing happens View              ARTs Fit to Order Book      <script type="tex...
asked by 26.11.2018 / 00:35
0
answers

Application to mount pages Prime Faces

Is there any tool that helps to develop pages with Prime Faces? Such as link that helps with the bootstrap     
asked by 14.11.2018 / 15:53
1
answer

Do not register in JavaWeb Bank PrimeFaces

ProductDao: public class ProdutoDao implements IDao<Produto> { @Override public List<Produto> listar() { Session session = null; try { session = HibernateUtil.getSessionFactory().openSession()...
asked by 14.11.2018 / 16:01
0
answers

JSF, Primefaces, p: fileupload stopped working after chrome update

fileupload worked perfectly for up to 3 Chrome updates ago, Firefox never worked, I searched the internet for some solution or similar error and I was not successful. The page in question should attach the file to then send, it happens that...
asked by 12.11.2018 / 14:09
0
answers

DataTable page two erases List

I'm using Primefaces 6.2 with Hibernate 4.3 without JPA or Spring. I need to display data on the screen, where I have a Dialog and inside it a DataTable with a button that will open another Dialog. I have two problems, but I will focus on the fi...
asked by 16.11.2018 / 12:00
0
answers

Primefaces, how to export Header and Footer from dataTable

I have a dataTable that uses HeaderRow and SummaryRow, as follows: <p:dataTable var="dre" value="#{planoContasControle.listaPlanoContas}" sortBy="#{dre.dre.id}" id="dre" expandableRowGroups="true"> <p:headerRo...
asked by 07.11.2018 / 12:24
1
answer

PrimeFaces as background in DropList

Well I'm using PrimeFaces in my project and I came across the following situation, when I have an altered field that is different from the original, I have to leave a background in yellow color more specifically, however that is working in other...
asked by 27.10.2018 / 07:14