Questions tagged as 'primefaces'

1
answer

how to fill a table horizontally in primefaces?

I have the following table <p:dataTable id="consultaIncidencia" styleClass="columns" var="incidenciaDet" style="max-width:3000px;max-height:770px;" value="#{RegistroAccesoComponent.incidenciaAnioMesDet}"> <p:columnGroup type=...
asked by 19.02.2018 / 17:34
1
answer

List of Links Primefaces

I have a problem with a Datatable. First the data table generates the data of the first 10 records without passing parameters, in each record there is a column with several links of Actions such as Edit, Delete, and see its history. There are al...
asked by 16.02.2018 / 21:54
1
answer

How to send a report from a menu item in primefaces?

I have a menubar with several options and within one, that is, in a submenu I want to send a report, which I already have but it is shown through a button, and I do not want it to be that way, I want the choose in the submenu in automatic show t...
asked by 21.01.2018 / 07:19
0
answers

how can I add columns to a table of primefaces depending on the days of the month?

I have a table in primefaces that works as a calendar, I currently put in 31 columns, but the table must show the days according to the month, so how can you do it not to show all the 31 days, if it is February that only show the 28 days for exa...
asked by 26.01.2018 / 00:18
1
answer

Problem with accents when reloading form in JSF

I have an application that downloads a file with the filedownload component of primefaces, I had some problems but they were solved with help here, now I have another problem, the Download button is together with an Edit form, when the page is l...
asked by 17.01.2018 / 06:58
1
answer

how to change the edge of a commandButton with css?

I am working with primefaces and I want to round up my buttons, but I do not take the css, how can I do it, or what is the correct form I have the following code <h:head> <style type="text/css"> boton { border-...
asked by 23.01.2018 / 17:14
1
answer

how to set the width of a selectonemenu in primefaces?

I have several combos, and I want them all to look the same size, but as the list that fills them, in some cases it's long, the combo gets longer and looks uneven, as I can set a size for all <p:fieldset legend="Bien Armonizado" toggleable=...
asked by 18.01.2018 / 05:53
2
answers

Primefaces filedownload does not download

Good afternoon, I have an application where I use Primefaces, ManagedBeans, Spring and Hibernate, I'm making a button to download a PDF file by passing the route as a parameter. Doing Debug, I see that if it executes, but the stream is returned...
asked by 09.01.2018 / 18:09
1
answer

Help with NullPointerException in jsf?

I have a combo that shows a list of a catalog that is in the database <h:outputText value="#{datospersonalesmsgs['datospersonales.descuento.title']}:" /> <p:selectOneMenu id="catBeneficio" value="#{DatosPersonalesComponent.soli...
asked by 30.11.2017 / 20:48
0
answers

Does not show the primefaces tags when entered by facelets templates

<h:body> <ui:composition template="./../WEB-INF/templates/plantilla.xhtml"> <ui:define name="content"> <center> <h:form> <h2>Registrar usuario</h2&...
asked by 14.11.2017 / 22:45