Posts by William Cézar • 1,268 points
56 posts
-
2
votes1
answer168
viewsQ: Pass information to a Form Submit
I had asked a poorly elaborated question. I would like to pass an information by a form Ubmit, that information would be standard for example: Password = 123 This information would not appear to the…
-
0
votes2
answers7717
viewsQ: Execute a function when loading the page, Javascript and Angular
I am making a registration page, and I need to relate a collaborator to a company, but for that I need when the page load I already have a companies in a list> I’m already getting the companies…
-
2
votes1
answer1974
viewsQ: Success message, Javascript and Angular
I’m making an application where I register a new company, I’m starting in java script and I’m also using Angular in my project. What I want to do is, when the user clicks to register, give a success…
-
0
votes1
answer302
viewsA: Error 500 (Internal Server Error), when I try to create a session
The error was due to not initializing the Loginmodel class, which also caused a null return error of object, at the end my class was like this. @Consumes("application/json") @Post("/verifica-login")…
-
0
votes1
answer302
viewsQ: Error 500 (Internal Server Error), when I try to create a session
I am trying to create a session for a login using Java, vRaptor, Hibernate, Angularjs. But when the session will be created I get this exception (500 (Internal Server Error)). This is my session…
-
10
votes1
answer50008
viewsQ: Masks with jQuery: Phone, CPF and CNPJ
I need to create some masks for CPF, CNPJ and phone. The problem is that I have never used jQuery and have never done any of this before. I would like someone to help me because I searched some…