cancel
Showing results for 
Search instead for 
Did you mean: 

wdContext cannot be resolved

Former Member
0 Kudos

Hi,

I had bound a table element to a node containing 5 elements.Now due to some reason i had to change the binding.The problem is iam unable to rebuild the application as it has generated lot of errors like ...

wdContext cannot be resolved

View cannot be resolved etc.,

Can any body tell me a way out.

Regards,

Vijith

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Vijith,

Right click on that view in your webdynpro explorer and select repair. Once the repair is done it will give the summary. Now save your metadata. This might solve your problem.

Regards,

Murtuza

Former Member
0 Kudos

Hi vijith

Get into the code and perform organize imports.

Hope this will help you.

thanks

shankar

Former Member
0 Kudos

Hi! Vijith,

i also came across this kind of problem.

Actually the problem is not in your context Binding but there is some other compilation error in your code, you can see this compilation error in your code on Tasks Tab in NWDS.try to see all the compilation error of your code in Tasks Tab and find out what exactly is the error.

Thanks,

Mithileshwar

Former Member
0 Kudos

Hi,

delete the table and re create again.

Check the context once...mainly mappings if any.

Regards, Anilkumar

Former Member
0 Kudos

Hi,

Deleted the table and recreated the binding i have only one node in the context and that is bound to the table.

But no help same errors.

Regards,

Vijith

Former Member
0 Kudos

Copy the view and paste it in a new project

Former Member
0 Kudos

Hi Vijith,

Is your table bound to value node or model node?

If it is bound to model node then check the mapping of model node to model or component controller's context.

Also check other context mapping in this view.

Regards,

Bhavik

Former Member
0 Kudos

Hi Vijith,

Are you using this node elements in a view.

I think you have not checked the binding of the context to the UI Elements in the view.

Check if its fine.

Regards,

Shubham

Former Member
0 Kudos

Hi Vijith,

Close ur project & reopen it.sometime it helps.

regards

Sumit

Former Member
0 Kudos

Hi,

In the Task view, check for the first error and try resolving it. It will solve your problem.

Regards,

Venkat.

Former Member
0 Kudos

Please check the table and table column bindings once.

Sometimes if the binding is proper its causing the generation errors.

Regards, Anilkumar

Former Member
0 Kudos

Hi,

Checked the binding it is correct.

My node had 5 fields SubjectID,SubjectDesc,LocationID,Office and Training.

The first time i bound them to only four fields then again i changed the binding now to 5 field which is when the error has shown up.

Regards,

Vijith

Former Member
0 Kudos

Hi,

Right click on the project and select "Repair- >Classpath" option

Rebuild the project.

Regards, Anilkumar

Former Member
0 Kudos

Hi Anil,

Tried it but the same error no changes at all.

Regards,

Vijith