handling recursive transitions for view-states

This commit is contained in:
Keith Donald
2008-07-30 14:37:01 +00:00
parent 4d6ed71933
commit 180e685c81
8 changed files with 44 additions and 23 deletions

View File

@@ -39,7 +39,7 @@
<on-entry>
<evaluate expression="interview.getNextQuestionSet()" result="viewScope.questionSet" />
</on-entry>
<transition on="submitAnswers">
<transition on="submitAnswers" to="moreAnswersNeeded">
<evaluate expression="interview.recordAnswers(questionSet)" />
</transition>
</view-state>