Questions tagged as 'jsf-2.2'

3
answers

Template and Themes for JSF / Primefaces

I would like to ask a question and I believe it is very simple. There are a wide variety of templates for AngularJS, WordPress and etc. In the same site as Primefaces, there are themes such as Modena, Sentinel, Spark and others. I was searchi...
asked by 20.08.2015 / 02:04
1
answer

Problems with Maven package dependencies

When I insert this package it generates an error, why will it? <!-- Abstração para envio de e-mails --> <dependency> <groupId>com.outjected</groupId> <artifactId>simple-email</artifactId...
asked by 12.06.2015 / 20:46
1
answer

Error or render screen in application pimefaces - NullPointException

Your method, when called, gives NullPointException . Has an expression that validates when editing appears header "Product Edition", if New registration appears "new." In cadastroProdutoBean.java has method boolean isEditando...
asked by 08.07.2016 / 07:24
1
answer

How to generate compiled classes and keep .java in maven?

Everyone when I do maven install it compiles classes and generates xxx.class, so far so good. I would like to know if it is possible to generate the .class and also keep all the .java, in the application I am doing I will need to show the page a...
asked by 23.09.2016 / 14:42
2
answers

Problem with FileUpload

I had the opportunity to find an application ready on the internet as shown below: link But I'm new to the Java programmer, I tried to adapt the application my way, but I was not successful. Application has to add the name, value and...
asked by 27.05.2015 / 14:06
1
answer

dataTable calls a dialog for editing, but editing does not take effect. (prime faces 5.1)

I have a WEB application with 5.1 primefaces of a datatable I call a dialog for editing, but editing is not done. I will describe with images and at the end put the full xHtml. I have a p: datatable where I created a button for editing. Th...
asked by 29.12.2014 / 13:25
2
answers

SelectOneMenu is not fed

I have p:selectOneMenu and would like it to be fed with data in the database as soon as the page loads: page.xhtml <p:selectOneMenu id="carros"> <f:selectItem itemLabel="Carros" itemValue="0"/> <f:selectItems v...
asked by 30.11.2014 / 22:11
1
answer

Error in the end bar with mod_rewrite and mod_jk

I have the following structure on my server. Apache HTTPD (port 80) Tomcat (port 8080) I used mod_jk to make the connection between apache and tomcat and this is working perfectly. I created a subdomain to point to an applicat...
asked by 29.01.2014 / 19:28
2
answers

problem in a maven + JSF application

I'm trying to follow a workbook but when I do the procedure Access the project properties and find the side menu Project Facets the window appears in the attachment and then I mark the altenative as shown in the figure JavaServer Faces ec...
asked by 13.08.2014 / 19:32
1
answer

How to insert icons in JSF?

In a registration form I have to insert edit and delete icons in a form made in JSF. <h:commandLink action="#{clienteController.editar}">Editar     
asked by 29.09.2017 / 18:41