Questions tagged as 'jsf-2.2'

0
answers

Chat in Spring JSF and Primefaces

I need to develop a chat for our site. Developed in: JSF 2.2 Srping 4.2 Hibernate 5 Primefaces 5.3 Css bootstrap I have already downloaded a github project, it works cool, but it's very poor, I wanted one with a database, interest...
asked by 09.12.2016 / 13:31
1
answer

HttpSessionListener a single session per user

How can I make only one http session open per user on the system. Key technologies in design: Spring 4 JSF 2.2 Hibernate 5 Example: User juca, works on your computer using 3 browser. (IE, Firefox and Chrome) If he logs in w...
asked by 22.10.2016 / 01:06
1
answer

Netbeans Does not recognize .jasper file

I'm having trouble calling JSF application report. Do not search data in NetBeans 8.1 does not recognize Jaspersoft generated file. I do not find plugin for this version. ReportOrdered.xhtmlPrices <ui:define name="titulo">Relatório...
asked by 08.09.2016 / 07:04
0
answers

Primefaces - RequestContext Update

Hello, When loading the page the method iniciarTeste() will be called as follows: <f:metadata> <f:viewAction action="#{testeController.iniciarTeste()}" /> </f:metadata> On the same page I have the field nome...
asked by 02.09.2016 / 21:55
2
answers

null return when registering new product, but when I edit save I do not give any errors

Hello everyone, I'm having jsf application problems, cdi, when registering new product give null return, but when edite does edit normally. give error ago 28, 2016 12:52:37 AM com.sun.faces.lifecycle.ProcessValidationsPhase execute ADVERTÊNCIA...
asked by 28.08.2016 / 05:51
1
answer

facesProduces file error

is giving error    Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001409:   Ambiguous dependencies for type HttpServletRequest with qualifiers   @Default at injection point [BackedAnnotatedField] @Inject private   com.oliveira...
asked by 12.08.2016 / 04:19
1
answer

Problem with Redirect JSF 2

I have a Bean CDI Session which stores some information for use in the application while the user is logged in, but I need a control that when the other beans try to use some attribute of this Bean it is Null that the user is redirected to the i...
asked by 03.08.2016 / 18:45
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
0
answers

How to add new columns in h: datatable in jsf without giving refresh that the update does in the table,

People, I have a problem, I created a paged query that always brings 5 records, I implemented jquery with $ (window) .scroll so that whenever the scroll reaches the bottom of the page it plus 5 records and update the table using update="table...
asked by 26.11.2015 / 16:38