Questions tagged as 'primefaces'

0
answers

Error when listing data in Dialog of the Primefaces

Clicking comandButonn is loading the last video in the list in dialog , but datatable works correctly when viewed by component media . I want to make it easy for the user as follows: When the user clicks the abrir...
asked by 25.09.2016 / 22:06
0
answers

Display dialog with primefaces when clicking on an emptyMessage of a p: autoComplete

Well I'm using Primefaces I have a field p: autoComplete to look for Employees, I would like that when I typed a name and no results were found it would display the message "No employee found, click here to register "(display the message I alre...
asked by 10.09.2016 / 14:53
0
answers

Primefaces - Size columnToggler

I have a datatable with a columnToggler, but would like to remove the fields without increasing the size of the first field. I'm using Primefaces 6.0. <p:dataTable id="cars" var="car" value="#{dtBasicView.cars}"> <f:facet name="he...
asked by 28.09.2016 / 18:51
0
answers

Saving whole object instead of only name [closed]

Hello everyone. I have a problem when I store cattle data in the bank. The situation is as follows: I'm with two SelectOneMenu on my screen where one is dependent on the other. One is to indicate the type and the other to indicate the breed of a...
asked by 29.08.2016 / 02:45
1
answer

View does not communicate with MB

I'm using Primefaces, JavaJPA, and Wildfly, there is not much to be but my question is this: my view is not seeing my MB, when squeeze gives the following error:    Target Unreachable, identifier 'loginMB' resolved to null I'm using the f...
asked by 12.08.2016 / 21:27
1
answer

Error in configuring the environment

I'm using JPA with JAVA, with Wildfly and Primefaces and the bank I'm using Mysql. I have all the layers already configured (view (xhtml), DAO, Entity, MB). The wildfly datasouce is set up correctly, maintaining communication with the bank 10...
asked by 11.08.2016 / 14:57
1
answer

About button rendering

Hello everyone. I am putting together a program that works with user registration. In this project there is a screen to consult the registered users. The problem is this: in the register search screen, there is a field to fill in the name of the...
asked by 12.08.2016 / 06:28
0
answers

Graphic primefaces Spark Charts

I'm using primefaces to make my graphics, however I have a problem. The graphs generate true, but I have to move the mouse to display the values as in the following example: I want the values to always appear there, regardless of whethe...
asked by 01.08.2016 / 15:20
0
answers

JSF + Primefaces p: selectOneRadio within Datatable and Pagination

<p:dataList value="#{simuladoBean.questoes}" var="q" type="unordered" rowIndexVar="qi" itemType="none" paginator="true" rows="1" styleClass="paginated"> <h:panelGrid columns="2" style="color:#000;"...
asked by 21.06.2016 / 01:53
0
answers

Show and receive response from a p: confirmDialog triggered through the Managed / CDI Bean

I have a view with a record button, but the method that executes on the record button does some checks on the bean and asks the user if they really want to save. Show the dialog: RequestContext.getCurrentInstance( ).execute( "PF('confG').show(...
asked by 29.04.2016 / 18:18