I'm following an Algaworks online course in JEE with PrimeFaces using Eclipse and Tomcat. When I start the application in Tomcat, it gives the following error:
GRAVE: Critical error during deployment:
java.lang.NoClassDefFoundError: javax/ent...
Good afternoon. I'm having the following error:
java.lang.String can not be cast to com.sisEnade.tcc.modelo.Questao
However, I could not resolve the error. The purpose of the implementation is to create a filter, to bring to the user que...
I am able to download the generated file, but I can not name it or .pdf, only download as index.xhtml .
Does anyone know how to handle this?
I call the method to generate the PDF like this:
<h:body>
<h:form>...
I have an delete button inside my dataTable , but every time I click on it confirmDialog does not appear. I'm doing the following:
<p:column style="width: 100px; text-align: center">
<p:button icon="ui-icon-pencil...
I'm making software in JSF (2.2), primefaces and JPA with Postgres bank. I need to make a schedule of accounts payable with the following columns and their data:
Column before yesterday with data: due date, vendor and value.
Column yesterday wit...
I have datatable displayed within Dialog primefaces , when I click on commandLink of the line I want, I want to get this value and render it within inputText of my screen, but I'm getting the% following error in my...
I have these 3 classes css , and would like to know if it is possible to transform into one, it would be used in panel grid of Primefaces
.panelGridCenter {
margin: 0 auto;
}
.gridNoBackground tr{
background: trans...
I have a health care application and I have the following question: When I use the p:autoComplete component of PrimeFaces to search for the name of the patient that has the dataNascimento attribute, I want the h:outputText to rece...
I have a JSF + Primefaces project and I have a css that puts a background:
<h:body
style="background-image: url('../images/textura.jpg');">
When I run the page it works perfectly, but when I give a run in the project the image do...