Questions tagged as 'primefaces'

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
1
answer

p: spinner Does not accept double

People, good night. I'm using Primefaces 5.0 and I'm having a problem with the component. Every time I try to put a floating-point value in it (25.43, for example) it changes only to the integer part of the value (25). Does anyone have...
asked by 21.09.2015 / 01:04
0
answers

Problem rendering JSF page

I have a very "annoying" problem, yesterday I had a JSF system working perfectly with all pages opening correctly. When I log into the system today the page looks like this: NocomponentofPrimefacesorJSFisworkinganymore.Thisisthethirdt...
asked by 09.09.2015 / 14:45
0
answers

Chart primefaces does not display X-axis

I'm generating a chart using the Chart of primefaces, however I'm having trouble generating the X axis. In the show case of them they create multiple lists manually, but I'm just creating a list and sweeping a for to generate the data for that c...
asked by 01.09.2015 / 09:54
1
answer

Load a large volume of data into a dataTable

I'm having the following problem, I can load the data in my dataTable but it gets very heavy, even the IDE of a locked one. How could I fix this problem? I heard about Lazy but I did not understand how I can implement it. Listin...
asked by 04.08.2015 / 13:14
0
answers

I have two classes one contains the method fileupload and save file ... I want from MB to call this class, which is the most correct way

follows the class fileupload public class FileUpload{ private String destination="D:\tmp\"; public void upload(FileUploadEvent event) { FacesMessage msg = new FacesMessage("Success! ", event.getFile().getFileName() + " is uploaded.");...
asked by 06.09.2015 / 15:18
0
answers

How to create shopping cart in JSF with Hibernate Postgres Glassfich and primefaces? [closed]

I need to create a shopping cart like in e-comerce but everything in the same page, and I do not even know where to start, I'm new to programming, In my project I use Primefaces , Postgressql , Hibernate , the project is JSF and has the...
asked by 04.09.2015 / 21:01
0
answers

Add new inputText to JSF page when you press a key

I have a form where I can have several registered codes, I would like to make only a inputText of start, if you need to enter more than one code I press a shortcut key and then another inputText appears below the first one and by t...
asked by 13.08.2015 / 22:12
1
answer

Eclipse Error # {component.valid} "valid can not be resolved as a member of component"

Warning eclipse in # {component.valid} in SryleClass, Note that the imputText is inside a Composite Component. <div class="labelledInput"> <p:inputText id="txtPesqLot" ... styleClass="labelledInput-input #{componen...
asked by 11.08.2015 / 13:45
0
answers

Problem opening a modal

I'm using a framework called BootsFaces and every time I try to open a modal from a commandButton the modal opens however it looks like this: Asyoucanseethemodalisnotenabled.buttonthatopensthemodal:<p:toolbarstyle="margin-top:...
asked by 10.08.2015 / 13:44