|
We have a pipeline much the same as the Woody
Example (form1) where on the GET request method we are initializing our form in
a java class (there are some prefill form values obtained through a SOAP
call).
When the form is POSTed (submitted) it calls
our flow script, a method (in this instance called airAvail).
Now in all the binding examples, inside the
_javascript_ functions, the form is populated from a bean. In this situation we
want to populate the form from the request object using our binding.
Is this possible?
Joe
|
