Questions tagged as 'primefaces'

1
answer

Does not write to the database and the console appears as recorded

I have a modal form to record the register, when I insert the data it gives as if it were saved in the Eclipse console, but the same does not happen in the database Message in the console as recording Ok. Hibernate: select empresa0_.id...
asked by 01.04.2015 / 04:55
1
answer

Dynamic Update in component Primefaces through autocomplete

A simple question, is there any easy way to use the autocomplete component of primefaces, and so when selecting any option cause a component (eg a dataScroller) to be updated ??? I tried something through a f: ajax adding a listener to the itemS...
asked by 03.02.2015 / 03:23
3
answers

Overwrite CSS component calendar Primefaces

I'm using the calendar component of Primefaces , but I'm having trouble overwriting CSS of it. Here is my code in xhtml : <h:panelGrid columns="2" columnClasses="col one, col one"> <h:outputLa...
asked by 28.01.2015 / 20:17
2
answers

Dialog does not open

When I click on the new button it should open a dialog box but it does not open and gives this error in the console:    widget for var 'test' not available What can it be? <ui:define name="menu"> <ui:include src="/inclu...
asked by 05.01.2015 / 22:38
1
answer

How to make the color of the Dynamic PanelGrid header in Primefaces?

I need to streamline the display color of the PanelGrid tile in Primefaces 5.1     
asked by 21.11.2014 / 14:27
1
answer

Returning null when trying to show an image in p: graphicfight of Primefaces

I'm having an error trying to show a photo in the graphicImage component of Primefaces. The photo may be in Base64 or Bytes. I'm using Primefaces 5.0 and JSF 2.2. .xhtml <p:dataTable id="tableFotos" var="foto" value="#{meuBean.lis...
asked by 14.01.2015 / 02:32
1
answer

Problem with the "match" attribute of a text field

I'm using the match attribute of a <p:password/> , but it does not work properly. <p:password id="senha"/> <p:password match="senha"/> When I send the form via commandButton , an error message appears, saying...
asked by 27.11.2014 / 23:26
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
1
answer

How to pass data between pages?

I'm trying to pass some values between pages using ManagedBeans , but it's not working: @ManagedBean @SessionScoped public class Chute { private Boolean chutar; //getters e setters... } On the first XHTML page I have some <p:...
asked by 16.11.2014 / 16:38
1
answer

How to open a dialog passing an object as a parameter in primefaces?

Good evening. I'm having trouble opening a dialog by passing an object as a parameter. Does anyone know how to solve this?     
asked by 16.09.2014 / 04:54