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...
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...
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...
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...
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...
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...
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:...