Questions tagged as 'primefaces'

1
answer

select a record of a p: datatable using a p: remoteCommand

I have a p:datatable with n records, among these a field with a p:inputText , when you double click on it, call a p:remoteCommand that executes a method of managedBean . The problem is that in the method I extract th...
asked by 12.07.2017 / 18:53
1
answer

PrimeFaces Autocomplete Error Rendering View

Good I need some help with an error that throws me the autocomplete of Primefaces when I enter the letters, I copied the example directly from your page and does not show me the list and tells me this error    GRAVE [http-nio-90...
asked by 23.05.2017 / 16:15
1
answer

Instance classes and execute java methods from jsf

I'm doing a webservice, and I have several JSF Managed Bean methods, and I need to instigate the class and invoke the methods by sending parameters type String from a JSF page that is of .xhtml extension. I do not need it to inv...
asked by 08.03.2017 / 18:51
1
answer

how can I validate a junction of hours in jsf hibernate mysql

This is my managed bean public class PeliculaMB{ public EntityManager em; private Pelicula pelicula= new Pelicula(); private Categoria categoria = new Categoria(); private List<Pelicula> peliculas = new ArrayList<Pelicula>(); priv...
asked by 11.10.2016 / 22:21
1
answer

IntelliJ IDEA 2016.2.3 does not recognize the PrimeFaces Framework

IntelliJ IDEA 2016.2.3 at the time of running a Java Enterprise- > Web project application- > JSF- > PrimeFaces I do not recognize the libraries of the latter considering that I already add to the library PrimeFaces.Jar version 5.2 The...
asked by 02.09.2016 / 06:46
1
answer

primefaces calendar stays floating

Problem I have a template in
asked by 19.07.2016 / 18:11
1
answer

Uncaught ReferenceError: PrimeFaces is not defined

I am using primefaces and bootstrap in a login and I get the following error: Uncaught ReferenceError: $ is not defined at login.xhtml:252 (anonymous) @ login.xhtml:252 login.xhtml:260 Uncaught ReferenceError: PrimeFaces is not defin...
asked by 21.08.2017 / 12:13
4
answers

My item is not updated

I have a "panelGroup" with a render that depends on a boolean variable, and a button that changes the state of that boolean, but when you click on the button, the panelgroup is not updated until you reload the page despite that I DO have an upda...
asked by 24.01.2017 / 20:09
2
answers

Generate Ireport in a documentViewer Primefaces

I need to know how I can generate an ireport report in a variable StreamedContent . The report is in a package in the project. The difficulty I have is that I can not get the route of the project. At the moment I have this portion of code:...
asked by 30.11.2016 / 15:16
2
answers

JSF error when sending values to the managedbean

Good afternoon, I am learning Java EE and between practice and practice I have come across an error that I can not solve, it is but they can help me to continue with my learning process. The error he gives me is this:    /index.xhtml @ 23,111...
asked by 30.01.2017 / 22:24