spring-webflow
Spring Webflow, return to main flow from any sub-flow
I\'m trying to return to my main flow in spring, from any of my subflows just by clicking a button. when I use <end-state> it just goes to the previous flow, which is also开发者_运维知识库 a s[详细]
2023-03-01 14:26 分类:问答Validate to see if form has changed
I am writing a validator which needs to test if a spring form object has changed. In the validator if no changes have been made to the form, an error should be displayed.[详细]
2023-02-27 00:09 分类:问答Spring MVC vs Spring WebFlow
I am doing some research for some social network project which i am going to start. I used Spring before yet i cant make a decision at the mo开发者_如何学Cment since there are way too many options to[详细]
2023-02-22 18:15 分类:问答How can I replace button as link?
<%@ page language=\"java\" contentType=\"text/html; charset=UTF-8\" pageEncoding=\"UTF-8\"%> <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loos[详细]
2023-02-20 17:13 分类:问答How can I save the last spring-webflow view state id the user visited?
I have an e-learning application with many flows with 10 and more pages. Now I got the task that the user can return to the last visited page of a flow, if he drops out before finishing the flow.[详细]
2023-02-19 22:15 分类:问答Spring Web Flow - store request param across views(jsf pages)
Have transition configuration for Spring Web Flow: <transition on=\"getFiles\"> <evaluate expression=\"searchService.getFiles(开发者_C百科flowScope.searchCriteria, requestParameters.fileId)\[详细]
2023-02-16 22:30 分类:问答Spring Webflow , Primefaces with Comet (Atmosphere)
Thinking to start a project using Spring开发者_如何学Python Web Flow with Primefaces.I need to use comet so i figured Primefaces uses Atmosphere. I\'m not really experienced with the Atmosphere/ Comet[详细]
2023-02-16 18:52 分类:问答Spring WebFlow JSF 2.0 Integration problem with f:setPropertyActionListener
I开发者_JAVA百科\'m developing a web application based on booking-faces example (spring-webflow-2.3.0.RELEASE) I want part of my application to be in pure JSF 2.0 but I have serious problems with the[详细]
2023-02-16 16:00 分类:问答Spring Webflow compatible jars
开发者_运维知识库I am using Spring 2.5 framework, what is the compatible webflow jars?If your version is Spring 2.5.6 use Spring WebFlow 2.0.xx otherwise (Spring 2.5) use Spring WebFlow 1.0.xx[详细]
2023-02-16 09:48 分类:问答Why my spring webflow can't forward or backward?
I am using spring mvc 3.0.4 and webflow 2.2.1, I config my webflow like the following: <view-state id=\"createTaskDetail\" model=\"task\" view=\"task/createTaskDetail\">[详细]
2023-02-15 06:12 分类:问答
加载中,请稍侯......