【问题标题】:Issue while setting the parameter设置参数时的问题
【发布时间】:2016-04-20 20:09:14
【问题描述】:

我需要给我的流设置流执行参数,我尝试如下,

studentFlowURL.setParameter("execution","${flowExecutionKey}");

显示以下异常,

 Badly formatted flow execution key '${flowExecutionKey}', the expected format is 'e<executionId>s<snapshotId>'

关于如何将 ${flowExecutionKey} 的值作为字符串传递给执行属性的任何建议

【问题讨论】:

    标签: java spring jsp spring-webflow


    【解决方案1】:

    我不确定您在做什么,但请尝试使用:

    ${flowExecutionContext.key}
    

    【讨论】:

      猜你喜欢
      • 2014-08-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-15
      • 2010-12-09
      相关资源
      最近更新 更多