cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive form - rerender

Former Member
0 Kudos

My WDA has two UI elements: InteractiveForm Form1 and button B1.

The form is of type native in ZCI layout with XML based interface.

The form properties dataSource, pdfSource and TemplateSource are bound to context.

User enters data into the form. Then he clicks button B1.

On click B1 I need to capture new pdfSource.

But what I am getting is same pdfSource as before User entered data.

It seems to me that I have to rerender the form in order to get new pdfSource.

How could I accomplish this?

Thank you very much,

Tatyana.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is nothing special that should be done. The pdfSource should always have the latest binary version of the form if an attribute is bound to it.

What you are seeing might be a symptom of OSS note 1120324.

Answers (2)

Answers (2)

Former Member
0 Kudos

I tried it.

You get Data only on Submit.

former_member189058
Active Contributor
0 Kudos

place the button on the form and make it a submit button