Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
397 views

I'm currently trying to upgrade a web application deployed in Apache Tomcat from Java EE 8 to Jakarta 10. The application uses Spring Web Flow, facelets, Mojarra Faces and JBoss Weld as CDI. I'll ...
Ruben Vervaeke's user avatar
1 vote
0 answers
52 views

We are trying to port our Spring Weblflow application (Websites) from WebSphere App Server to OpenLiberty WebProfile 8 as part of the Cloud Migration program. Before kick off, as PoC we built a very ...
skvp's user avatar
  • 2,018
2 votes
0 answers
49 views

I'm currently upgrading the dependencies on a company project, and thymeleaf ended up being one of the dependencies I had to upgrade, from thymeleaf2 to thymeleaf3. Right now, a lot of old thymeleaf ...
Noboruu's user avatar
  • 365
0 votes
0 answers
81 views

I try to make a project with spring flow and jsf. I use gradle as build system with the following build.gradle: plugins { id 'java' id 'war' id 'org.springframework.boot' version '3.1....
daskai0815's user avatar
1 vote
1 answer
125 views

I have a select list bound to Java POJOs on a thymeleaf form. I want to populate the model with the object selected from this list. The form below works perfectly fine when using spring boot ...
Patrick Andrew Jansen's user avatar
0 votes
0 answers
1k views

I have similar code inline with this repo, in case of normal exception I'm able to redirect to the designated page as expected using global exception as follows <global-transitions> <...
Parameshwar's user avatar
1 vote
0 answers
644 views

Objective is to redirect if i come across flow exception Im using following for handling rest of the exception <global-transitions> <transition on-exception="java.lang.Exception" to=...
Parameshwar's user avatar
-1 votes
2 answers
54 views

I have a JSP form as below, <form method="post" id="loginForm" action="<c:url value='/login'/>"> <fieldset> ...
Shinchan's user avatar
  • 113
1 vote
1 answer
1k views

I'm working on a Java application where a user registers a password for his/her account. The following are being used: Spring Boot Spring MVC Spring Web Flow Spring Security Thymeleaf Interceptor (...
NDAclan's user avatar
  • 53
1 vote
1 answer
3k views

Not sure how to handle checked exception in the Mono flow. return Mono.when(monoPubs) .zipWhen((monos) -> repository.findById(...)) .map((tuple) -> tuple.getT2()) ...
user1578872's user avatar
  • 9,268
1 vote
0 answers
413 views

I have a use case where I need to redirect to an external URL via spring webflow, the url might change every time the user clicks on the link. I am trying to use externalRedirect within the flow.xml ...
shamik's user avatar
  • 11
0 votes
1 answer
92 views

I am migrating from Grails 1.1 to Grails 4.0.11. we have used Spring Webflow in it, but it never works in Grails 4. Is there any solution to implement Spring Webflow in Grails4?
shashi kumar's user avatar
1 vote
0 answers
223 views

The flow is working and I can start it and access the first view state activation but when I press the button which it should trigger an action event to transit to the next state it doesn't work. I ...
Deathyas's user avatar
1 vote
1 answer
577 views

I am migrating a project from legacy spring to springboot. Project uses Spring Webflow and plan to keep the configurations intact for webflow and port the project to springboot by updating the project ...
HKA's user avatar
  • 13
0 votes
1 answer
238 views

When Spring Webflow receives an invalid eventId it throws a NoMatchingTransitionException. This, in turn, throws a 500 error which is detected by vulnerability scanners. CAS 6.X uses a custom webflow ...
ThatTallProgrammer's user avatar

15 30 50 per page
1
2 3 4 5
87