you can attach flowscript functions in event handlers if this is what you're looking for.

for a selectionlist widget you could do eg this

<fd:on-value-changed>
<javascript>
somewidget.setSelectionList( myflowscriptfunction(), "value", "label"); </javascript>
</fd:on-value-changed>



HTH Jorg

Mark Lowe wrote:
I'm looking through the docs for any mechanism for dispatching
flowscript fucntions from a form.. I'm thinking along the same lines
as JSF where buttons of different names are mapped to a method in a
backing bean..

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to