Hi!
<map:match pattern="*.form">
<map:call function="handleForm">
<map:parameter name="function" value="{1}"/>
<map:parameter name="definitionURI" value="forms/{1}_model.xml"/>
<map:parameter name="bindingURI" value="forms/{1}_bind_bean.xml"/>
</map:call>
</map:match>
in flow:
function content1(form){
form.xxx
....
}
how to use the object of form in flow to form definotion fd:javascript.
the var form = event.source.form; seem not the same to it.
Best Regards
johnson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]