我正在尝试向on-render
此 XML 添加一个元素:
<var name="someVariable" class="com.example.test"/>
<view-state id="frontpage" view="test/test">
<binder>
<binding property="test" required="true"/>
</binder>
<transition on="submit" to="summary">
<evaluate expression="myExpression.test()"/>
</transition>
</view-state>
我尝试将它添加到view-state
元素中,但是当我这样做时,页面崩溃了。这是一个例外:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: 发现从元素'binder'开始的无效内容。'{"http://www.springframework.org/schema/webflow":transition, "http://www.springframework.org/schema/webflow":on-exit, "http://www.springframework" 之一.org/schema/webflow":exception-handler}' 是预期的。
我正在使用 Spring webflow 2.0.8。