Posts by Humberto Marthan • 21 points
8 posts
-
0
votes1
answer15
viewsA: Applying the paradise premium primefaces theme to a project that is not Maven is possible?
Solved, I added my libraries manually in the lib folder of the project generated by the primefaces(War) and assembled my project there.
-
2
votes2
answers123
viewsQ: I have a logic problem to filter the registration and editing of my consultation schedule
I am Using the Schedule component of Primefaces(6.2) My project uses: Postgres, Hibernate, JSF. With the code this way I can register a new schedule and I can’t add a new schedule for the same…
-
0
votes3
answers97
viewsA: I cannot save my Selectmanycheckbox Primefaces in the database
Solved with converting this way ! @FacesConverter( value="especialidadeConverter",forClass = Especialidade.class) public class EspecialidadeConverter implements Converter, Serializable { private…
-
0
votes3
answers97
viewsA: I cannot save my Selectmanycheckbox Primefaces in the database
Good afternoon friend , thank you for your attention. I made the change in Select Item and the error remains. ADVERTÊNCIA: org.hibernate.PropertyAccessException: could not get a field value by…
-
0
votes3
answers97
viewsQ: I cannot save my Selectmanycheckbox Primefaces in the database
My View Cad Medico xhtml <p:selectCheckboxMenu id="multiple" value="#{medicoBeanView.objetoSelecionado.especialidades}" label="Especialidades" multiple="true" filter="true"…
-
0
votes1
answer15
viewsQ: Applying the paradise premium primefaces theme to a project that is not Maven is possible?
I was able to import the War that comes in the theme file and access the contents, but I already have a non Maven project started and Spring Security structure mounted working correcting already ..…
-
0
votes1
answer40
viewsA: When trying to generate report I come across this error! I am using Jasper
Solved, the problem was Caused by: java.lang.Classnotfoundexception: org.codehaus.groovy.control.Compilationfailedexception I didn’t change the Jasper Ireport language for java, I was groovy.…
-
0
votes1
answer40
viewsQ: When trying to generate report I come across this error! I am using Jasper
I am using a Composite to print out reports Note: I can send the report with my City usually the problem is with the material. Menu Impressão Composite <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…