cancel
Showing results for 
Search instead for 
Did you mean: 

Import of Private View cannot be resolved

former_member540174
Participant
0 Kudos

I have a web dynpro component I wrote a while ago. I just pulled it down from NWDI. Created the project. Build works great. Even made changes and checked in and activiated. All things work.

Here's the trouble. When I look at the Implementation tab on my DetailView my private view's import cannot be resolved.

import spiritaero.com.cats.emp.wdp.IPrivateDetailView;

Message says "The import spiritaero.com.cats.emp.wdp cannot be resolved"

How do I fix this?

Diane

Accepted Solutions (1)

Accepted Solutions (1)

sridhar_k2
Active Contributor
0 Kudos

Diane,

Some times, all the class files may not ge generated when you import the project into your NWDS. Reload + Rebuild the project. If still errors are there, close the project and open again. Hopefully it will generate all the classes and your problem will be solved.

Regards,

Sridhar

Answers (1)

Answers (1)

raja_thangamani
Active Contributor
0 Kudos

Right click on the project & click Repair..it shd solve the issue.

Raja T