cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Menu default problem....

Giuseppe_Fiore
15-Moonstone

Menu default problem....

I created a mashup that contains a master with a vertical menu, in which I have defined a menu item as default.

When I view the mashup you do not load the set default page in the menu '.

Any suggestions ?

thnx Giuseppe

1 ACCEPTED SOLUTION

Accepted Solutions

Hi i have the trick solution for this problem.

1. remove the menu thing from menu widget

2. add the service "GetMenuItems" from the thing menu you created

3. map the "all data" into "menudata" of menu widget

4. trigger the GetMenuItems at the mashup loaded

Doing in this way you provide to the menu widget a dynamic dataset of data coming from the menu thing you created. It works with all broswer!

Enjoy

View solution in original post

5 REPLIES 5

What is your Thingworx platform version, database, tomcat version, Operating system. and which browser are you using?

Dear Polina Osipova,

The Platform is ThingWorx 7.2.3-b48 & Apache Tomcat 8.0.20 , Windows 7 / Windows 10, I Tried  with Internet Explorer  & Chrome but the problem remains.

I will take a look as soon as I'm in the office today.

In the meantime, you should upgrade your tomcat to 8.0.33 minimum as that's the minimum version we do support (in 8.0.x)

Seems like this is a bug reported in Jira TW-10982. It has not been fixed yet but I will update this thread once there is a target release posted.

Hi i have the trick solution for this problem.

1. remove the menu thing from menu widget

2. add the service "GetMenuItems" from the thing menu you created

3. map the "all data" into "menudata" of menu widget

4. trigger the GetMenuItems at the mashup loaded

Doing in this way you provide to the menu widget a dynamic dataset of data coming from the menu thing you created. It works with all broswer!

Enjoy

Top Tags