Most voted "java-ee-6" questions
5 questions
Sort by count of
-
4
votes0
answers136
viewsStackoverflowerror - Infinite loop when deploying Ear with ejb and Demoiselle
By doing the deploy an EAR with an EJB that depends on the Demoiselle-core, an exception to Stackoverflowerror is launched. It happens that when trying to create a Resourcebundle…
-
2
votes1
answer332
viewsStruts2 - Is it possible to access a back end method of an Action in JSP?
I’m using Struts2 to build a web application. I have a method in a class called BaseAction, where all other actions extend it, as written below: public boolean isUserFullyLogged() { final Boolean…
-
1
votes1
answer344
viewsHow to change only checkboxes visible from a datatable?
Problem situation, suppose we have a datatable on the first faces with the following features: The first column instead of the title has a checkbox with the label all. All rows in this first column…
-
1
votes1
answer134
viewsCannot cast from Object to int JSP
I am developing an application using JSP and servelt in which I want to get the total amount of records from my tb_driver table,created a servelt in which I passed the method that makes the query…
-
0
votes0
answers151
viewsReturn to the region where you were when you submitted the form (JSF 1.2)?
I have a page jsf with 2 master/detail moulds. How do I make sure that after the form submission the bean details the region of the page where the detail is? I’m using jsf 1.2 and Richfaces 3.3.3.…