Questions tagged as 'java-ee-6'

0
answers

StackOverflowError - Infinite loop when deploying ear with ejb and demoiselle

When deploying an EAR with an EJB that depends on demoiselle-core , a StackOverflowError exception is thrown. When you try to create a ResourceBundle (ResourceBundleProducer.createNamed (ResourceBundleProducer.java:77)), the Beans class (...
asked by 29.01.2015 / 13:09
1
answer

Struts2 - Is it possible to access an action backend method in the 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 isLogado = (Boolean) this.ret...
asked by 31.03.2014 / 20:28
1
answer

Can not cast from Object to JSP

I am developing an application using JSP and servelt in which I want to get the total amount of records from my tb_motorist table, I created a servelt in which I passed the method that makes the query and created a session but when I get the ses...
asked by 13.09.2017 / 00:12
1
answer

How to only change the visible checkboxes of a datatable?

Problem situation, suppose we have a datatable in primefaces with the following characteristics: The first column instead of the title has a checkbox with the label all . All lines in this first column also have a checkbox (and this check...
asked by 09.06.2014 / 03:26
0
answers

Return to the region of the page where you were when submitting the form (JSF 1.2)?

I have a page jsf with 2 forms type master / detail. How to make after the submission of the form detail the bean can direct to the region of the page where the detail is? I am using jsf 1.2 and Richfaces 3.3.3.     
asked by 09.09.2015 / 17:29