cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Class?

Former Member
0 Kudos

Can someone tell me if I am missing a class for IWDNode and IWDNodeElement? I am getting the error that they cannot be resolved in my app. I have tried the code in both wdDoInit and wdDoModifyView - neither work.

IWDNode node = wdContext.nodeData();		
IWDNodeElement ne = node.createElement();

Thanks for the help.

Accepted Solutions (1)

Accepted Solutions (1)

Greg_Austin
Active Participant
0 Kudos

Also try organizing your imports. ctrlshirtO or right click->Source->Organize Imports.

Former Member
0 Kudos

That worked! Thanks so much!

Answers (1)

Answers (1)

former_member186016
Active Contributor
0 Kudos

1) These should come automatically to the project.

Do a Rebuild on project.

Do organize imports

If it doesn't work

do -> Repair Classpath and project structure and then rebuild of project.

Do organize imports

Regards,

Ashwani Kr Sharma