Posts by Marcelo • 141 points
6 posts
-
2
votes1
answer364
viewsQ: Interceptor at Spring MVC
I made an Interceptor so that every time the system had a message to display trigger a javascript with the message. public class MessagesInterceptor extends HandlerInterceptorAdapter { public static…
-
1
votes1
answer53
viewsA: External jar create file problem in Tomcat
Good morning, everyone. After a long time trying to finally manage to answer the problem. In the command I asked to create the folder /data/Crawl/root pos I thought it would create this folder from…
-
0
votes2
answers1035
viewsA: Conflict between Spring MVC and Primefaces
Good afternoon, you guys. Thank you so much Anthony for trying to help me, but I realized that’s not exactly what I wanted. What I was interested in doing is contained here:…
-
0
votes1
answer53
viewsQ: External jar create file problem in Tomcat
Good afternoon. I’m having a problem that Crawler4j (an external jar) tries to create files and folders in a Tomcat application but presents the following error: Couldn’t create this Folder:…
-
1
votes2
answers1035
viewsQ: Conflict between Spring MVC and Primefaces
I have a problem to integrate Spring MVC with Primefaces. It seems that there is a conflict between them. You have the configuration in web.xml <servlet> <servlet-name>Faces…
-
10
votes2
answers1330
viewsQ: URL Forwarding With Spring MVC
I want to put in my project access a page in a subdirectory of views. Type views/pessoa/criar.jsp. How can I write a controller who goes to this page? I’m using Spring MVC 3 and…