Posts by ClaudioJunior10 • 59 points
6 posts
-
2
votes1
answer63
viewsQ: How to make a JPA query with mappings @Manytomany
Good morning. I’m having trouble performing a query in the database where my Employee entity has 2 mappings @Manytomany and 1 mappings @Manytoone. When performing a query the Employee and Projects…
-
1
votes4
answers3077
viewsQ: How to prevent refresh after Ubmit on the same page?
I have a basic HTML form that sends the data through the POST method to the same page, that is, I do Submit to the page itself. As this page has Javascript actions, after this Ubmit the page reset,…
-
0
votes1
answer58
viewsA: IONIC 2 - App page reload
getMetaLoja() { this.idempresa = this.navParams.get('empresa'); var link = 'http://xxxxxxx.com/xxx/xxx/xxxxx.php'; var data = JSON.stringify({idEmpresa:…
-
0
votes1
answer58
viewsQ: IONIC 2 - App page reload
I’m developing an app where it’s almost all assembled from data from an API on an external server, searching for information on an Oracle client. After logging in, I have on the Homepage the…
-
0
votes1
answer57
viewsQ: Error search ion-Searchbar
Good night to you all I’m having a problem with a research code and I’d like some help. As you type in the search field, the list changes and works normally, but when you delete what you type, the…
-
1
votes0
answers42
viewsQ: Function Problem IONIC 2 Typescript - Function runs only once
Goodnight! I have a problem with a function in Typescript(Ionic 2). The function does a search/filter from the contents of the tags. The user enters the number you want to search for and the…