cancel
Showing results for 
Search instead for 
Did you mean: 

PdfObject is not getting filled

Former Member
0 Kudos

Hi,

I have an Interactive Form which gets loaded and shows the hard-coded data from the context. PdfObject is getting filled(shows null when I try to access it). I ahve bounded the PdfSource property to the PdfObject of type binary. Is there any setting which I am missing from my side? Please help me.

Thanks,

Prasanna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Presanna,

Some times PDF creates some problems, check your pdf is corrupted or not[i.e you have created pdf with same name or if your using previous data]. If you re create and bind context binding. That may solve your problem.

i hope this will help u

Thanks and Regards

Ravi Golla

Answers (1)

Answers (1)

asif_hirani
Active Participant
0 Kudos

Hi Prasanna

whenever u create interactive form element in ur webdynpro application u need to set

1) <b>DataSource</b> property to context node of controller which will be the actual data source for ur interactive form

2) <b>pdfsource</b> property to context attribute which should be of type <b>Binary</b> and try not to keep this attribute as childattribute of the node which u have assigned to pdfsource property instead prefer independent attribute as ur pdfsource so that its exsistence is assured when interactive form is instantiated

still if ur not suessfully in running application plz post the stack trace / error message

Regards

Asif