Questions tagged as 'primefaces-3.5'

1
answer

Why does the dataScroller of primefaces stop fetching the records?

My xhtml looks like this: <p:dataScroller ajax="true" id="listaDiarios" chunkSize="3" lazy="true" value="#{managedBeanUsuario.lazyRegistrosDiarios}" columnClasses="first-letter-page-diary,second-letter-page-diary" var="re...
asked by 28.11.2015 / 21:52
0
answers

GraphicImage does not show another photo

Hello, I have a registration screen, where there is a field to inform the photo. This I managed to do but when I put the wrong photo and I will select it again it does not update. when I leave the Dialog and go back the image is there. How do...
asked by 08.09.2015 / 20:40
0
answers

What to do when a p: dialog closes in less than a second?

I am creating one to edit a database client. It loads the data with the values of the attribute of the last object, but in less than a second it closes again. What to do? XHTML (customer datatable) code: <p:dataTable id="clientes" valu...
asked by 09.09.2015 / 01:09
1
answer

How do you strip PrimeFaces from table edges?

Greetings to all, I'm new as a Java programmer, and I'm working on the Frond-End programming part of a JSF2 project, but I'm having trouble drawing the edges of a table as you look down; HerearethecodelinesoftheXHTMLpage;<divclass="left...
asked by 21.07.2015 / 22:23
1
answer

problems with JSF 2.1 confirmDialog

I was able to implement the deletion of the record in a JSF page, but when I delete the record it does not ask for the confirmation screen, I can not understand why it is not working, but the line of code that asks for confirmation of the deleti...
asked by 14.12.2015 / 11:33
2
answers

Selected item in p: selectOneMenu gets null in listener

I have a p: selectOneMenu, with data coming from the database, inside a p: dialog, along with a p: messages and other fields. I want to execute an action (Display some messages) when selecting certain option in p: selectOneMenu, but I get a null...
asked by 02.01.2019 / 20:04
1
answer

How to build a Layout Complex in JSF2?

I need to apply a Layout type on my system so that it looks the most like desktop system, so I looked for a layout template on the PrimeFaces website at the site below; link And as you can see there are several layout templates, but the...
asked by 21.07.2015 / 13:46
1
answer

Change the active tab in a p: tabview

How can I change the% active% in a tab component from a p:tabview ? Any ideas?     
asked by 01.10.2014 / 10:56
0
answers

Client does not support authentication protocol requested by server; consider upgrading MySQL client

My JSF project is generating this error; abr 27, 2018 6:00:17 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute GRAVE: could not complete schema update com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Client does not supp...
asked by 27.04.2018 / 11:03
0
answers

Error calling Driver # connect in a JSF project

Notice the error; 2018-04-30 06:51:29,699 [http-nio-8080-exec-2] INFO org.hibernate.Version - HHH000412: Hibernate Core {4.3.6.Final} 2018-04-30 06:51:29,701 [http-nio-8080-exec-2] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.pr...
asked by 30.04.2018 / 11:58