cancel
Showing results for 
Search instead for 
Did you mean: 

Analytic map aggregation

Former Member
0 Kudos

Hi,

I'm trying to implement the analytic map example from SAPUI5 explored ==>  SAPUI5 Explored

When i run it locally its OK but when i run it from the server i get :

"Cannot add direct child without default aggregation defined for control sap.ui.vbm.Analytic map.

The source is exactly the same as in the link.

I tried to change in xml view the xmlns default from sap.suite to sap.m  and tagged all of the element but

still i get this message.

How is it possible that locally everything is OK but not from the server ?

Regards,

Arie.

Accepted Solutions (0)

Answers (1)

Answers (1)

santhu_gowdaz
Active Contributor
0 Kudos

How you change xmlns default from sap.suite to sap.m? can you show the code?

Former Member
0 Kudos

Just changed from xmlns=sap.suite xmlms:m=sap.m  TO xmlns=sap.n xmlns:suite=sap.suite

It seems that the server version is 1.26.1 and the eclipse version is 1.26.10 so i'm checking this lead...

santhu_gowdaz
Active Contributor
0 Kudos

so using namespace "suite" you added all the corresponding controller's?

Former Member
0 Kudos

yep

but still getting the same error message ...