[CForms/JXTemplate] how to pass bizData?

2004-06-04 Thread Joel McConaughy
I am unable to access model data using the JXTemplate generator and cforms. Is there a special variable that holds the form's model data? Here is a simple case: I have a form that gets called with the following code: var m = { 'myvalue' : 'abc123' }; form.load( m ); form.showForm("si

Re: [CForms/JXTemplate] how to pass bizData?

2004-06-04 Thread Joel McConaughy
Then suddenly the light bulb went on I figured out that there is a difference between the form's model data and the bizdata passed from the flow. I simply added bizdata to form.showForm("simpleform", bizdata) and viola, it worked. joel Joel McConaughy wrote: I am unable to access model data