Posts by Bandoleiro • 39 points
4 posts
- 
		2 votes2 answers646 viewsQ: Encoding problem Servlet, json and jquery.ajaxI created a Servlet q returns a simple JSON. I was able to consume it quietly, but by putting the content in a div was as follows: 0: �gua 1: a�ucar 2: sal 3: canela 4: �leo Looking at the return of… 
- 
		0 votes0 answers255 viewsQ: JSP does not display images or find CSS and JavascriptGood night, I’m having a weird problem, I’m trying to display images, map CSS and JS in jsp and it’s not working, it just doesn’t, the weirdest thing is that I’m using the c:url tag of "jstl/core"… 
- 
		1 votes0 answers270 viewsQ: Library problems on the Jboss serverI’m having a strange problem, my application works perfectly in Netbeans but when climbing to the server the same is giving error, says that it does not find some libraries. I found it very strange… 
- 
		0 votes0 answers102 viewsQ: problems with web service Jquery + Vraptor 4 "status of 404"I know it says it wasn’t found, but I can’t find where I went wrong. My controller: @Controller public class ProdutoController { @Inject private Result result; @Path("/") public…