Posts by Mauricio Hartmann • 131 points
9 posts
-
0
votes1
answer84
viewsQ: Dependency injection problems in Angular unit tests
I’m trying to perform unit tests in Angular, but I have some problems with injection dependencies in the services. In the application there are several services that depend on each other, for…
-
1
votes0
answers133
viewsQ: How to apply filters to database queries on all requests
I am developing an application using Spring Boot and Spring Data JPA that will work similarly to a blog. In this application there are three different types of user and each user will belong to…
-
1
votes1
answer91
viewsQ: How to use Localdate in Vraptor4?
I am trying to make a simple application in Vraptor 4. In an Entity, I have two attributes, one of the kind LocalDate and another of the kind LocalTime. I added the Vraptor Java 8 plugin, which…
-
1
votes2
answers603
viewsQ: enable and disable Ubmit according to input field validity
I have a form inside a modal, serves for registration of company. I’m trying to get the Ubmit button disabled until the company zip code and cnpj are typed in the correct way. I’ve done a similar…
-
0
votes2
answers159
viewsQ: Open document from the same directory in new window after Submit
In my directory I have the following pages in HTML: public_html // Index.html // proof_protocol.html // protocolo_menu.html On the "protocolo_menu" page we set up a form. The goal is that after…
-
2
votes2
answers564
viewsQ: What are the differences between jQuery and jQuery Mobile?
I was reading today about the jQuery Mobile framework and from what I understood it would be for jQuery as Bootstrap is for CSS. I don’t know if I understand it correctly, but it’s doubtful: jQuery…
-
2
votes2
answers204
viewsQ: check jquery email as if it were two strings
Good evening, I’m finalizing a form check and I’ve locked on at one point, maybe by the way they wrote the code of my work I can’t use jquery validate, then I have trouble checking a field of input…
-
4
votes2
answers4666
viewsQ: Remove disabled attribute when a condition is met
Good night. I am trying to make a login and registration screen for an application that will save the data in localStorage. To prevent the user from registering with incomplete data I disabled the…
-
0
votes1
answer423
viewsQ: Form validation and localstorage
Good night. I am two days trying to validate a form that will save the data of the user registration in the browser localstorage. I received part of the code ready, the problem is that the form…