cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with a "cannot be resolved" element

Former Member
0 Kudos

Hi,

I encountered an error in my Web Dynpro program that I am unable to solve.

I have two components. In the first one, I am using this code to declare my context element:

IPrivateComp_mng_gadv.IADVsPortailElement advNova = wdContext.createADVsPortailElement();

And in the second component I am using:

IPrivateComp_mng_newsComp.INewsElement = wdContext.createNewsElement();

Quiet similar right ? The problem is that IPrivateComp_mng_newsComp.INewsElement cannot be resolved and I can't find a way to make it work. I have imported the right files, repaired my project, reloaded my project, rebuilded my project and there's nothing I can do, it still doesn't want to work.

Is there anything I missed in my programming ? Thanks a lots for your help.

Thibault Schalck

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I just saw that something was missing in my coding: a variable !!