Questions tagged as 'primefaces'

1
answer

Problem Disabling Button on Firstfaces

I'm trying to make a logic of making the excel export button disabled to the user by clicking the search button if the number of records is equal to zero. The problem is that the first time it works normal, but the second time the button...
asked by 24.02.2014 / 21:34
2
answers

Conflict between Spring MVC and PrimeFaces

I have a problem integrating Spring MVC with PrimeFaces. It seems to give a conflict between them. Has the configuration in web.xml <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.fa...
asked by 26.11.2014 / 22:43
0
answers

Error: Could not decode flash data from incoming cookie value Invalid characters in decrypted value [...]

How to solve this error of HIbernate? For the same is indicated as    Severe: JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but the flash is unavailable for th...
asked by 26.11.2018 / 18:09
1
answer

I can not display anything in a JSF view

I'm working on a web application to develop a module, but I can not display anything in the view, not even a simple message. The view loads the template, but does not display anything I put in the view. The only thing that is being displayed...
asked by 09.11.2018 / 13:56
0
answers

JSF + PrimeFaces = FullAjaxExceptionHandler

I'm developing an application using JSF + Primefaces, in the code of a screen has the following button <b:commandButton value="Pesquisar" look="primary" style="width:100%" process="@form" update="@form"...
asked by 08.11.2018 / 19:00
0
answers

search by CPF asp.net

I have a web page in asp.net which I have programmed as I do My code search by CPF the name of the client. link @{ ViewBag.Title = "EditarTecnico"; } <h2>Editar Técnico</h2> <hr> <div id="cabecalho"> @Htm...
asked by 05.12.2018 / 19:13
0
answers

Problem with NullPointException in JSF and Primefaces

Good afternoon! I'm having problems with an xhtml form made in JSF, as it is not setting the values in UserBean, and when I run the register method () in the UserBean class, eclipse returns an error of type NullPointException. Follow the registr...
asked by 23.11.2018 / 18:40
0
answers

Uncaught TypeError: Can not read property 'settings' of undefined

I have a problem when I click on a button which is an approve button, every time I click the button it gives this error the title of the question, this error only happens because I have these two grid below in the code, if I take one he no longe...
asked by 02.11.2018 / 19:00
1
answer

Primefaces how to trigger the blur event and update the data

I need a help with the Primefaces, I need in this event below that already is half way forward an example that I took of the own Primefaces more that later I will adapt to that I want, well it is an editable grid already working, of there you fi...
asked by 23.08.2018 / 04:19
1
answer

JAVA NullPointException

When I click on my button in the view the parameter is not arriving in my java attribute responsible for the button public Map<String, Object> getFiltroGlobalMap(){ Map<String, Object> mapFiltrosGlobais = new HashMap<String...
asked by 29.05.2018 / 20:44