cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid node type: dataGroup

Former Member
0 Kudos

Hi,

I'm having following problem for interactive form in java web dynpro (Version: 7.0.13), please help.

Invalid node type: dataGroup

The fault occurred on line 0.

I create two views, the first view is to upload the interactive form via component FileUpload, bind the data to pdfObject in component controller. After that, link to second page to show the pdf form via component InteractiveForm. Everything look fine.

Here the problem occurr, I edit the pdf's record, click back to first page, then upload the file again, the above message show in second page. How to resolve this problem. Many thank.

Regards,

Eric

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Problem solved !

Need to use Adobe Reader Version 8.1.1

Previous I was used Version 7

chintan_virani
Active Contributor
0 Kudos

Eric,

Rebind the context in wdDoModify and verify. It's suggested in below thread

Chintan

Former Member
0 Kudos

Hi Eric,

Make sure you are using mode UsePDF while you upload and display the IF.

Regards,

Arafat

Former Member
0 Kudos

Hi,

My interactive's mode is USE_PDF.