I have in the following code, a form that works for both change and to add an entity.
The logic is as follows, I have a alteracao variable.
If alteracao == true the form will behave to change
If alteracao == false t...
The problem is that in a project that I use facelets is telling me that there is a component with the ID repeated. Although I have scanned the code behind finding that ID repeated, I did not find it, so I believe the error is related to the inco...
I'm developing a web application in jsf that I need to work with tabs
(similar to chrome). For that, I'm using the tabview component of primefaces that has been very useful so far.
The problem is that I need to display a closing commit dialog...
Negative monetary values, when using the native JSF converter, <f:convertNumber type="currency"/> , are left with the character ' - ', before the R $.
For example: -R$ 56.134.726,99
.xhtml
<p:column>...
In the system that is being developed the part of register has the following error when saving
/estado/editaestado.xhtml @ 13,134 value="# {ControlState.Name.Name}": Target Unreachable, identifier 'StatusControl' resolved to null
The v...
I have a commercial application that has an extremely time consuming login for the user. The connection to the Database to validate user and password, as well as the initialization of Spring Security take around 0.8 seconds, which is great.
T...
My search field updates a selectManyMenu whenever something is typed in it
<p:inputText id="txtFiltroOrgaoDestino" value="#{mBManifestacao.txtFiltroOrgaoDestino}" style="width: 350px">
<p:ajax update="slcUnidadeTramite" event="key...
I have the following query and am wanting to put this list with products and the summation in a datamodel list.
public List<Filtro> listarProdutosDoGerenteRegional() {
try {
return manager.createQuery(...
I saved an image in the database and want to display it in a dataTable
PS: I know that it is not good practice to store image within the database, this practice was done for study purposes.
<h:form style="margin:auto;margin-left:2%;"...
I have the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://ja...