cancel
Showing results for 
Search instead for 
Did you mean: 

UIElement getting disabled

lajitha_menon
Contributor
0 Kudos

Hi,

I am trying to create a wd view layout with multiple groups and ui elements within it. I accidentally clicked on 'deploy and run' before 'save metadata', when there were couple of compile errors in the view. After I did this, the group in which the elements had the error is always coming in display mode, inspite of me correcting the errors and compiling it properly after that. Even if I delete the whole group and create a new one with good elements, I am getting this new group in display-only mode. Why is this happening? It gives an impression that web dynpro is not stable and once you do a mistake, instead of correcting it, it remembers it and does not allow you to do anything after that.

Has anybody else encountered a similar issue?

Any help would be greatly appreciated.

Many Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try Giving Reload to the project.If this dosen't help then give Repair-->Project Structure and classpath.

Regards,

Nagarajan.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When you recreated the UI elements did you remember to bind them to context attributes again? If a UI input element is not bound to a context attribute it'll show disabled.

Patrick.