Create a google key for your application You need to go to the google developer console and create your application, … More
Tag: javascript
JavaServer Faces : java.lang.IllegalStateException: Component ID has already been found in the view. How resolve ?
Firstly you really need validate your code, because this error says that you have two components with the same ID … More
Primefaces : How call window refresh in a component event ?
Some times nothing works very well when you are programming with jsf and primefaces, so you decide call a function … More