Posts by junio • 33 points
7 posts
-
0
votes1
answer62
viewsQ: Problem loading jquery load
I’m having trouble loading these values in the jquery load. Follows the code. Javascript: $('.buscando').click(function(){ var id = document.getElementById('campo1').value;…
-
0
votes1
answer45
viewsQ: Problem recovering 2 values with javascript and jquery
I have the problem to recover 2 values and send by load. I can recover the data from the data attribute link but the input I can’t recover to concatenate with the data and do the right thing.…
-
0
votes2
answers70
viewsA: Problems comparing objects coming from a list
Solved. public boolean incluirServico(ServicoVO servicoVO) throws SQLException { ServicoDAO dao = new ServicoDAO(); System.out.println(verificaServico(servicoVO)); if(verificaServico(servicoVO)){…
-
0
votes2
answers70
viewsQ: Problems comparing objects coming from a list
I’m trying to compare an object coming from a list before entering it in the database only it returns the object address. Follows the code. Class DAO method public List<ServicoVO>…
-
-2
votes1
answer75
viewsQ: AJAX request for PHP page is not sent
Good night , Guys, my page 'l_os' lists and changes all items on another page correctly. Only that I am changing all pages to display and change through a single page to index.Ai enters the ajax ,…
-
0
votes1
answer1212
viewsQ: Problem trying to list error -> "Trying to get Property of non-object in"
I have the following error: Trying to get Property of non-object in. Found in this code snippet. <tr class="success"> <td> <?=$reg->getServico ?></td> ******//Erro se…
-
1
votes1
answer1308
viewsQ: Problems with Jquery load and append loading another php page
If anyone can help me, I have the following problem. By clicking on the menu that is the reference id for my jquery it loads the page only with several clicks in the menu and when it appears I click…