spring-webflow-2

    1热度

    1回答

    我flow.xml是 <?xml version="1.0" encoding="UTF-8"?> <flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:webflow="http://w

    0热度

    1回答

    我正在研究Spring Webflow的单元测试方法。被测试的webflow有多个结束状态。有没有一种方法可以确定,通过哪些最终状态确定工作流程退出? 我当前的代码是: @Test public void flow_ends_on_cancel_from_start_state() { startFlow(context); context.setEventId(

    0热度

    1回答

    我正在尝试向现有视图添加一个忘记密码路径。我在webflow中创建了一个新的视图,动作,模型bean和一些状态。我不断看到错误java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'forgotPassword' available as request attrib

    0热度

    1回答

    我有处理变量的Grails问题的Webflow 控制器的有关部分看起来像这样 ipcount{ on('next'){ flow.ipcount = params.int('ipcount') [flow: flow] }.to('systems') on('cancel').to('finish') } sys

    0热度

    2回答

    我有一个Java Spring Webflow应用程序,它需要重定向到它自己的子域以进行语言选择。即mysite.com到fr.mysite.com。 我试过externalRedirect,但只是显示一个空白的html页面。 这里是一个Webflow defenition片段: <transition on="found" to="redirectOnRetrieve"> <eva

    3热度

    1回答

    有什么办法来处理unexisting eventIds与否春季Webflow的EVENTID参数的? 例如这个Webflow的 <flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ht

    0热度

    2回答

    我正在使用spring webflow,并且无法使用我的视图状态页的portial呈现。在ajax调用后,我总是得到$('#form')。serialize()=“”。 我旁边的Ajax调用: var bindContinueButton = function() { $('#continueBtn').bind('click', function() { var url =

    2热度

    3回答

    视图时尝试使用的Webflow,我不断收到以下错误: { "failure":"true", "exception.message":"org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [email protected]5beb in state

    0热度

    1回答

    当前我们正在使用和我的目标是防止系统出现双击问题,并且还为用户提供系统正在处理的信号 - 因为系统将在用户点击h后计算很多东西:命令按钮。 按钮代码: <h:commandLink styleClass="ux_link_text" action="Account" value="Account Info" target="_blank" /> 请告诉我这一点。

    0热度

    1回答

    我已经创建了一个春天的Webflow自定义字符串转换器,修剪空间为每个String属性 public class StringTrimmerConverter implements Converter { public Object convertSourceToTargetClass(final Object object, final Class clazz) throws Exc