Questions tagged as 'jsf'

2
answers

Do Merge of data to EXCEL Documents?

Good day, it happens that I need to make a functionality that modifies some fields that are defined in an excel document in JAVA just as I am doing it at the moment with word documents (.docx), the truth is that there is an API but I have no ide...
asked by 04.11.2016 / 21:30
1
answer

Help with fileupload in java ee 7 xhtml, get n files uploaded

I hope you can help me with this. I'm with a web app in java ee 7 primefaces like the view and the corresponding Beans. What I want is the following: By selecting a particular category, requirements are generated dynamically and next to...
asked by 28.10.2016 / 20:45
0
answers

Perform FIltro by rowIndex JSF

I request your help due to the fact that I need to carry out a filter by means of rowIndex of dataTable , the way in which I obtain the number of the row is as follows value="#{testBean.dataTable.rowIndex + 1}" and when I'm goi...
asked by 22.11.2016 / 20:39
1
answer

Eclipse JSF autocomplete bean

I have a JSF project that is currently using Primefaces , JSF and Hibernate . All the tags that I declare are autocompleting to me without problems using CTRL + SPACE in Eclipse . xmlns:h="http://java.sun.com/js...
asked by 18.10.2016 / 08:54
1
answer

Error primefaces 5.3 jar

I am using primefaces version 5.3 and when I start my project I get an error. I attach the code of my web.xml and the error: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta...
asked by 03.07.2016 / 23:56
1
answer

Problems hide / show a4j commandobutton

I have an "a4j commandButton" that I try to update from a combo that has the following event change so it can be seen on the screen: <a4j:ajax render="modelNameNew, prueba " event="change" execute="@this" /> <a4j:commandButton id="pr...
asked by 11.03.2016 / 12:57
1
answer

Enable component p: dialog in pop-up window, primefaces

Greetings, I am working on primefaces, but at the moment of showing a popup window it is disabled to be able to perform any activity on the information that is displayed on it. I enclose the screenshot. and this is the code of the pop-u...
asked by 01.02.2018 / 05:44
2
answers

I do not work Primefaces in eclipse

I have been trying to implement primefaces in an eclipse project but I can not make it work, JSF works well in the project but when I try to add components of primefaces to the project the result in the browser is a blank page, the only thing th...
asked by 20.03.2017 / 05:50
1
answer

Error starting service with JBoss

I am working with Hibernate 4.3, JSF 2.0 and JBoss 7.0.1, and when launching the project view I get the following exception: 19:44:23,592 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deplo...
asked by 29.09.2016 / 05:19
2
answers

Problem with commandButton in Netbeans

I have a problem ... I do not understand why the buttons do not appear in the view :( <h:body> <h:form id="frmPrincipal"> <p:dataTable> <p:column headerText="Boton1">...
asked by 23.01.2017 / 02:24