Fixed some small bugs in the samples as spotted by Ross.

This commit is contained in:
Erwin Vervaet
2007-01-31 20:08:30 +00:00
parent f36f3853df
commit a48ebb9d7d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<subflow-state id="launchB" flow="sampleB">
<attribute-mapper>
<input-mapper>
<mapping source="requestParameters.input" target="input" />
<mapping source="flowScope.input" target="input" />
</input-mapper>
</attribute-mapper>
<transition on="end" to="aPage" />