Posts by Ricardo Lara • 87 points
5 posts
-
0
votes2
answers362
viewsA: Error in bouncycastle readObject() - Demoiselle-Certificate
When testing with the version 2.0.1-SNAPSHOT has been verified that the same error keeps happening. When performing a more accurate debug, comparing the versions 1.0.9 (Version that does not occur…
-
1
votes1
answer274
viewsQ: Dependency injection problem in the Moiselle-report
I would like to put a report on a project I’m working on, and I decided to use the component that Moiselle itself provides, the Demoiselle-report. But after implementing it and testing, it returns…
-
1
votes1
answer2615
viewsA: How to set a size for Edittext text box?
Try to do this: final LayoutParams layoutParams = new LayoutParams(50,50); // Largura, Altura seuEditText.setLayoutParams(layoutParams);
-
1
votes1
answer142
viewsQ: Problem sending email by Demoiselle Mail
Good afternoon Personal, I am following the steps to send e-mail by e-mail by e-mail, but I was not successful. I performed all the settings proposed in the documentation, in the eclipse console it…
demoiselleasked Ricardo Lara 87 -
2
votes1
answer1026
viewsQ: Redirect to login page when accessing another page without user being logged in
I’m creating an application using the Demoiselle framework, but I’m finding some problems with the security part. I need to be automatically redirected to the login.jsf page when the user tries to…
demoiselleasked Ricardo Lara 87