Questions tagged as 'java-ee'

2
answers

Error in update selectOneRadio

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="...
asked by 02.09.2015 / 16:12
0
answers

How to configure JSF in Eclipse JEE?

I'm starting my studies in JSF, how can I configure my environment to start with JSF in Eclipse JEE? What do I need to install add-on?     
asked by 02.09.2015 / 03:18
1
answer

How can I not refresh the page when closing a modalFanelPanel?

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');">...
asked by 16.09.2015 / 13:38
1
answer

Ready-made

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.     
asked by 15.06.2015 / 17:19
1
answer

Error while deploying a Maven project

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...
asked by 14.07.2015 / 21:36
1
answer

save an object list

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...
asked by 22.06.2015 / 14:41
1
answer

Error inserting object into database

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...
asked by 18.06.2015 / 03:17
1
answer

Web System error after some time online

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...
asked by 25.06.2015 / 14:25
0
answers

JavaEE IDE Eclipse

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...
asked by 24.06.2015 / 23:31
0
answers

Obtaining HTTP Error 500 Internal Server Error Using Jersey

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....
asked by 05.05.2015 / 21:45