type converters docs

This commit is contained in:
Keith Donald
2008-09-18 19:24:46 +00:00
parent 075e524bc6
commit 848d6a9279
2 changed files with 69 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
</para>
<programlisting language="xml"><![CDATA[
<decision-state id="moreAnswersNeeded">
<if test="interview.moreAnswersNeeded" then="answerQuestions" else="finish" />
<if test="interview.moreAnswersNeeded()" then="answerQuestions" else="finish" />
</decision-state>
]]>
</programlisting>