Questions tagged as 'jsf'

0
answers

Error running application with command "local heroku"

I'm trying to deploy a JSF, CDI, and JPA application in Heroku, but at the time of running local with the "local heroku" command it gives this error: link GRAVE: A child container failed during start java.util.concurrent.ExecutionExc...
asked by 10.03.2018 / 01:14
0
answers

JSF + tree component (primefaces or other) + ArrayList

Good morning. I'm developing JSF client side of an App, and I want to include a tree structure to display the values of an ArraList. The ArrayList is populated in the first phase with the contents of a folder, that is, the descendants (Nam...
asked by 01.03.2018 / 12:03
0
answers

Primefaces p: selectBooleanButton Ignoring Converter

I'm trying to make a p:selectBooleanButton be used to select the status of a registration form. The value of the attribute in the model is Enum with two values that can be translated as True or False . However, after w...
asked by 07.03.2018 / 12:42
0
answers

I am trying to upgrade from spring security 3.0.5 to 4.2.3

I'm trying to switch from spring security 3.0.5 to 4.2.3 but I'm having a very serious dependency problem. In this project I was forced not to use mavem or anything of the kind. And the problem (I just added the partially working library) is bet...
asked by 26.02.2018 / 13:21
1
answer

Error to play data from the search screen for registration screen for editing

Gentlemen, I'm having trouble getting the objs from my client search screen, and playing on the registration screen for editing the same. My search screen has a button with a <p:button outcome="/cliente/CadastroCliente.xhtml" icon="ui-in...
asked by 01.03.2018 / 14:54
1
answer

Change the color of the toolbar in the firstfaces

I wanted to change the background color of the toolbar what the tag would be <p:toolbar> <f:facet name="right"> <h:commandButton value="Sair" style="color: "/> </f:facet> </p:toolbar>     
asked by 01.03.2018 / 14:55
1
answer

Primefaces inputText Ajax, return value missing the last character

I'm having a problem using ajax of the primefaces , also tried with ajax jsf . I have the following code snippet: <h:panelGroup> <p:inputText id="skuProduto" size="20" maxlength="20" value="#{cadastroProdutoPapBean.produto....
asked by 23.02.2018 / 14:35
0
answers

Converter error for SelectManyCheckbox

I'm doing a Java web application and I ran into a problem with the converter to be used in selectmanycheckbox . The converter I made was this: @FacesConverter(forClass = Indicacao.class) public class IndicacaoConverter implements Convert...
asked by 22.02.2018 / 19:43
1
answer

How to perform the migration from spring security 3.0.5 to 4.2.3

I would like to know how to move from Spring Secuirty 3.0.5 to 4.2.3 My xml: <?xml version="1.0" encoding="UTF-8"?> <web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i...
asked by 02.03.2018 / 13:23
1
answer

Lock send button when no file upload has been performed

So folks, I have a fileUpload component of primefaces to upload files. It turns out that even with required="true", if the user clicks send without having uploaded any files the system sends. <p:fileUpload required="true" require...
asked by 26.02.2018 / 21:27