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 を使用しています。