cancel
Showing results for 
Search instead for 
Did you mean: 

UIElement does not have a label

Former Member
0 Kudos

Hi!

What means the error message and how can it be fixed.

There is no label given as property.

"UIElement does not have a label"

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Please check it must be a warning and not an error. This warning message appear when you place an UIElement in a view without a label for it.

thanks & regards,

Manoj

Answers (1)

Answers (1)

Former Member
0 Kudos

oh thank you for this helpful hint.

But the real error was another.

[echo] output dir: D:\Netweaver\dtc\0\t\F9955166B923238F588F9E71D2997F75\classes

[javac] Compiling 95 source files to D:\Netweaver\dtc\0\t\F9955166B923238F588F9E71D2997F75\classes

[javac] D:\Netweaver\dtc\0\t\F9955166B923238F588F9E71D2997F75\gen_wdp\packages\de\cvbdata\hss\z\sims\ial\involvedperson\InvolvedPersonView.java:372: cannot resolve symbol

[javac] symbol : method wdGetPersonSearchInterface ()

[javac] location: interface de.cvbdata.hss.z.sims.ial.involvedperson.wdp.IPrivateInvolvedPersonView

[javac] wdThis.wdGetPersonSearchInterface().callPersonSearch(selcrit, target);

[javac] ^

[javac] Note: D:\Netweaver\dtc\0\t\F9955166B923238F588F9E71D2997F75\gen_wdp\packages\de\cvbdata\hss\z\sims\ial\involvedperson\wdp\InternalInvolvedPersonView.java uses or overrides a deprecated API.

[javac] Note: Recompile with -deprecation for details.

[javac] 1 error

Former Member
0 Kudos

Hi,

Add the InterfaceController to the properties of

view, in which you are using.

Double click on ViewName> select properties tab>

add interfacecontroller in "required controllers"

Regards

LakshmiNarayana

Former Member
0 Kudos

hi,

The list of error which you picked is fine but could you please send me the line starting with [ERROR].

thanks & regards,

Manoj