Expand my Community achievements bar.

Render an in-memory XDP as a Form Guide

Avatar

Former Community Member

I have a stitching component that dynamically stitches multiple XDPs together. Can the output of this component (in-memory varaible that contains the stitched XDP) be passed as an input parameter to the render form guide component? Or is it necessary that the XDP be available in the repository or any physical location?

Thanks.

Regards,

Vidya

3 Replies

Avatar

Level 8

The XDP needs to be in the repository so that the xfaForm variable can point to it. You can make your component store the XDP in the Repository:

http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000770.html

Hope that helps

scott

Avatar

Former Community Member

Thanks Scott. Does this hold good even if I am not using a xfaForm variable to store the XDP? I am using the render form guide component to render a form guide in the browser (not workspace).

Thanks.

Regards,

Vidya

Avatar

Level 8

The Form To Render property of the Render Form Guide operation is the URL of the form design, so it seems that you need to store the XDP somewhere so that you can reference it with a URL....