Posts by Marcelo Lopes • 91 points
11 posts
-
0
votes0
answers236
viewsQ: Error JSP not displayed - HTTP Status 404 - Not Found
jsp code to display error messages: <%@ page isErrorPage="true"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <html> <head> <title>Show Error…
-
0
votes1
answer22
viewsA: How to print in a select in a jsp one list within another?
I was able to solve it this way: <div align="center"> <table border="1" cellpadding="5"> <caption> <h2>Lista de Usuarios</h2> </caption> <tr>…
-
0
votes1
answer22
viewsQ: How to print in a select in a jsp one list within another?
<div align="center"> <table border="1" cellpadding="5"> <caption> <h2>Lista de Usuarios</h2> </caption> <tr> <th>CPF</th>…
-
0
votes2
answers99
viewsQ: I cannot run a query with jdbc java
public List<Sistema> buscarUsuarioSistemaPor(Long cpf) throws SQLException { List<Sistema> listSistemas = new ArrayList<>(); String sql = "select s.* from sistema as s\r\n" +…
-
0
votes2
answers51
viewsQ: I’m not getting my wicket application running
I would like to know how to solve this problem, to acquire more knowledge I am doing a small application. <html> <head> </head> <body> <h1>Wicket + Spring integration…
wicketasked Marcelo Lopes 91 -
1
votes1
answer901
viewsA: How do I make a left Join with criteria with an n-to-n table not mapped in java?
Guys, I just solved the problem was on the line where I create the alias. BEFORE: criteria.createAlias("com.br.bcb.negocio.Habilidade", "h", Criteria.LEFT_JOIN); AFTERWARD:…
-
3
votes1
answer901
viewsQ: How do I make a left Join with criteria with an n-to-n table not mapped in java?
I tried to do it this way, but it’s coming back null in the query. Does anyone have any idea how I can solve this? public List<Pessoa> filtrar(Pessoa pessoa) { Session session =…
-
2
votes0
answers54
viewsQ: Problems in any java project I create in eclipse
next person is going on a very strange thing that like any project I create in the eclipse it gives several errors and recognizes nothing in my java classes, I’ve tried to do a lot of thing I…
eclipseasked Marcelo Lopes 91 -
0
votes1
answer35
viewsQ: Error starting project with zend Framework
I followed the zend tutorial step by step but it is not working when I try to boot the project by netbeans. I am new there newly formed people who can please help there.Thanks.…
zendasked Marcelo Lopes 91 -
1
votes1
answer290
viewsQ: I Can’t Clone a git repository on TFS on my local machine
I honestly am already getting bored because I am doing the clone process correctly and this crap does not work, I decided to appeal to those who really know, I am beginner still in the profession…
gitasked Marcelo Lopes 91 -
-1
votes1
answer44
viewsQ: What Dlls do I need to create an oracle project in visual studio 2015?
Hello person all right? I am currently trying to create a new project in visual studio 2015 with the new version of oracle RC1 update 2 I would like to know which Dlls of Devart need to configure my…
asp.netasked Marcelo Lopes 91