Questions tagged as 'primefaces'

2
answers

Doubts in SelectOneMenu Primefaces

I have a SelectOneMenu in my xhtml view. In it I have an onchange that on clicking calls a p: dialog to fill a form. Follow selectOneMenu <p:column headerText="Mecânica"> <div id="mecanicasAll">...
asked by 16.03.2018 / 19:04
1
answer

Browse rows from a javaEE, jsf2 and Primefaces dataTable with the arrow keys?

I found this code on the internet, but some of it has been discontinued xhtml: <p:hotkey bind="down" update=":testform:tabletest" action="#{aBean.moveDown()}" /> aBean: public void moveDown() { FacesContext facesContext...
asked by 16.03.2018 / 19:58
0
answers

Filter Datatable Primefaces does not work with p: selectCheckboxMenu

Talk to people! I'm using the filter of datatable of primefaces itself but it is not working when I use it to filter p:selectCheckboxMenu . When I select one of the options it does not find anything. I used this example and I...
asked by 13.03.2018 / 00:21
1
answer

Could not verify the CSRF token because your session was not found

I am using Spring security 4.2.3 and spring 4.2.5 when I run the login screen and the user registration screen works correctly when I ask to access the home screen. this error appears: messageCould not verify the provided CSRF token because yo...
asked by 05.03.2018 / 14:22
1
answer

Spring Secuirty dependency error

I am not able to adjust the dependencies of my Spring security, I tried to download the libraries 4.3.5 but could not deploy. I'm not using pom so I need help, my library: Error compiling: Grave: Context initialization failed...
asked by 02.03.2018 / 14:08
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