Questions tagged as 'primefaces'

0
answers

Using the p: tabView component of the Primefaces

I'm using the p: tabView component of Primefaces: <p:tabView dynamic="true" id="tab_view"> <c:forEach items="#{tabbedView.listOfTabs}" var="listOfTabs"> <p:tab title="#{listOfTabs.name}" closable="true"> <...
asked by 15.06.2016 / 21:10
1
answer

Many lines in a csv file

The scenario of my doubt is as follows: I have a system that reads a file that has around 3 million lines, each line has a separator, I identify each item on the line, I do the proper treatment that must be done in each of these items, and I tra...
asked by 05.05.2016 / 20:50
1
answer

Show itemLabel instead of an ivemValue in DataTable - JSF, Primefaces

Well, I'm working on a project and when saving a record using the selectOneMenu of primefaces, an Id is displayed instead of the field name that was selected, I need to know how to display only the field name. Here's my xhtml: <p:outputL...
asked by 04.05.2016 / 16:27
1
answer

How to simulate p-click effect: commandLink?

On the buttons in the firstfaces there is an effect, the user sees it being clicked (sink), the same does not occur when I click on commandLink: <p:commandLink id="logs" immediate="true" value="Event" onclick="showModalPopUp();"...
asked by 10.05.2016 / 15:35
0
answers

RTSP protocol with primefaces?

I'm trying to implement with primefaces to accept the RTSP protocol: <p:media value="rtsp://myUrl" width="190" height="250"> <f:param name="autoPlay" value="false" /> </p:media...
asked by 25.04.2016 / 16:07
1
answer

Change default behavior of p element: confirmDialog

I need to change the default behavior of the p: confirmDialog element. When you click yes, it must complete the request by passing a value and clicking on no, you must complete the request by passing another value. <p:commandButton value="C...
asked by 08.04.2016 / 14:45
1
answer

Error using lapis JSF Exporter

I'm trying to implement the Lapis JSF Exporter I use PrimeFaces 5.3 In version jsf version 2.1.20 error occurs and the project does not go up ...    Apr 26, 2016 5:29:21 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLoca...
asked by 26.04.2016 / 22:23
1
answer

Primefaces does not see methods in my class

Here's my problem: In the xhtml below (list.xhtml) when I put it this way, it does not recognize the method I did in my Bean (the bean method returns a list). The JSF together with the primefaces is shown on the screen perfectly, only not ret...
asked by 19.04.2016 / 03:20
1
answer

Right-aligned table rows

I want the rows in my table to be right-aligned and the column heading centralized, can anyone help? The code looks like this: <p:column sortBy="totalApontado"> <f:facet name="header"> <h:outputText id="columnHeader_totalAp...
asked by 10.12.2015 / 19:15
1
answer

Problems with p: editable datatable

Good evening. I'm having trouble updating an editable datatable I created here. It reads the values, but does not assign them to the ManagedBean object so I can persist. Follow the Bean Code public void onCellEdit(CellEditEvent event) {...
asked by 09.01.2016 / 03:49