I'm trying to update the value and percentage field of the page under development. When I put in ajax the option: update=":formDlgSolicitacao:idPercentual :formDlgSolicitacao:idValor" it does not update the field, when I enter update="...
I need to close a modalPanel from RichFaces to the page where the modal call was not rendered.
The action to close modalPanel looks like this:
<h:commandLink onclick="Richfaces.hideModalPanel('modalRegistroItemAnalise');">...
Good morning. Can anyone tell me if there is any other component other than the primefaces editor, in which it has the following properties too: font, font size, center, left align, right align ... etc.
Thank you.
This is my first complete project with Maven , when running in IDE it works perfectly however when I do deploy on server Tomcat some errors happen.
An error occurs when I try to enter the system through the Company Server...
I have one object called message and another called frames .. That is, in my application I can have a list of frames related to the same message. I already have this list in my ManagedBean , now I need to save those frames, but before, I n...
I'm trying to insert a record here and I can not. Hi, I have a table entity called Message , in which this entity receives an object of Categoria and Tipo , that is, when I register, I select which category I wan...
I have a web system on a server, I'm using tomcat and the system is working fine, but when it's a while, without someone getting into the system, it stops working. For example I leave the job and leave the system running on the server, wh...
Good evening, I'm new to the group and I'm having a problem with my code, could anyone give me a hint, this is the error that the system is returning to me:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'Login' in...
I'm studying REST . I'm using jersey to create a RESTful services. I encountered a problem when trying to create a service that would return a json object. I'm using a client (java) to make the request to the service....