Questions tagged [spring-faces]

5 questions
1
vote
0 answers

Getting error /WEB-INF/jsf/viewlogin.xhtml Not Found in ExternalContext as a Resource while inetgrating spring 4.2.3 and JSF2.2

I am trying to integrate facelets with my Spring. I tried the folowing configuration but getting following error SEVERE: Servlet.service() for servlet [springWebDispatcher] in context with path [/LS360ProxyAPIWeb] threw exception [Request processing…
Basit
  • 8,426
  • 46
  • 116
  • 196
1
vote
0 answers

Spring Web Flow - JSF - PrimeFaces Integration : UrlBasedViewResolver adds incorrect URL on JSF action

UrlBasedViewResolver prefix is appended to the URL multiple times so that the resouces are not found. Spring Version: 4.2.0.RELEASE Spring Web Flow Version: 2.4.2.RELEASE PrimeFaces: 5.2 JSF (jsf-api and jsf-impl): 2.2.12
user2263197
  • 97
  • 1
  • 12
0
votes
1 answer

Spring Web Flow 2.5.1.RELEASE with JSF2.2 flow not executed

I am struggling with this issue for 5 days now and I don't see where to look for a solution. I upgraded a JSF application from 2.1 to 2.2 with Mojara 2.1.17 to 2.2.14, including Icefaces from 3.2.0 to 4.2.0. I also upgraded Spring 3.2 to 5.1.2 and…
akuma8
  • 4,160
  • 5
  • 46
  • 82
0
votes
0 answers

java.lang.ClassNotFoundException: org.springframework.faces.ui.DojoClientTextValidator

We are trying to upgrade our current JSF based application from Weblogic 11g to 12c. The application is currently built on 1) Spring Web Flow 2.3 2) Spring Framework Core/MVC 3.2.1 3) Primfaces 5.2 4) Hibernate 4.0 5) Spring faces 2.3 While…
0
votes
2 answers

What is the XML namespace URI of Spring Message Facelets tag?

According to those tutorials about i18n in SpringFaces: http://www.javacodegeeks.com/2012/06/spring-jsf-integration.html https://coderphil.wordpress.com/2011/11/15/integrating-spring-javaserver-faces-internationalization-and-localization/ We…
Abdennour TOUMI
  • 87,526
  • 38
  • 249
  • 254