Hello, all projects are adaptable to maven. The maven project structure is quite diferent a J2EE project structure (dynamic web in Eclipse). First, I recommed you to transform your project to maven...
Type: Posts; User: Parche_; Keyword(s):
Hello, all projects are adaptable to maven. The maven project structure is quite diferent a J2EE project structure (dynamic web in Eclipse). First, I recommed you to transform your project to maven...
Hi, see this post
http://forum.springsource.org/showthread.php?125172-Wrong-redirect-when-logout&p=410447#post410447
Hi,
logout work fine and session-managent work fine too, the problem is that when you use logout the session will invalidated then session-managent come into play. I think that there isnt a...
I think that Spring MVC is compatible with JSF 2, and JSF 2 dont support JSP, for work in JSF 2 must use Facelets template. The problem of my error isnt this.
13.5. Configuring Spring MVC for JSF...
This means that I must use spring-faces.jar?? Really, I dont understand you. The problem are two:
- It seems that ajax is desactived, because when I changeValue in select tag, f:ajax dont call to...
Hello, I want to use this configuration because I want to use SWF and to unify all request with spring dispachetServlet, the actual url are http://serverLocation/projectNoun/spring/*, before the urls...
Hello, the project is developed in Spring 3, Spring web flow 2, Spring security 3 and Primefaces 3. When I use dispatcher servlet of JSF2 the view reload with AJAX perfectly and I can use tag h:link....