【发布时间】: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