Products
Content Marketing Platform
Overview
Features
Content Management System
Overview
SaaS CMS
Commerce Connect
Configured Commerce
Web Experimentation
Overview
Features
Feature Experimentation
Overview
Features
Data Platform
Product skillset
Product roadmap
Product migration
Documentation
Developer guides
User guide
APIs and libraries
Content Management System
Commerce Connect
Campaign
Community API
REST APIs
Releases
Upgrading
Content Management System
Commerce Connect
Search & Navigation
Forms
Personalization
Service API
OMVPs
Become a member
Benefits
OMVP events
OMVP members
Application and nomination
Digital badges
Community
Events
Developer updates
Happy hours
Forums
Blogs
Slack
Product feedback
Community recognition program
Resources
Optimizely Nuget feed
.NET
About .NET
Why upgrade?
Education
Live Training
Work Smarter
Masterclasses
Certification
SME program
Videos
Services Description
Support
Register
Log in
Search...
All Content
All Content
Documentation
Forums
User Guide
Support Help Center
Blogs
Releases
Bug List
Class libraries
People
AI On
AI Off
Home
/
Forums
/
Developers (Main Products) Forum
/
Developer to developer
/
MenuList not displaying level2 node as selected
niklas.uhlin@sogeti.se
Vote:
Hi, I've got the following page tree:
Root Node1 Node2 Node2.1 Node2.2 Node2.2.1 Node2.3
... and the following code:
Now then, if I browse to "http://localhost/Node2/Node22/" the menus will correctly display Node2 and Node2.2 as selected (i.e. in bold). However, if I browse to "http://localhost/Node2/Node22/Node221/", only menus "first" and "third" will correctly display the selected nodes (i.e. only Node2 and Node2.2.1 are marked as selected while Node2.2 isn't anymore). Why's that? What am I doing wrong here? Thanks Niklas
#12776
Sep 18, 2006 9:21
Jacob Hamacher
Vote:
I have the exact same problem. Did you solve it? /jacob
#14879
Feb 12, 2007 16:34
niklas.uhlin@sogeti.se
Vote:
Nope. Not declaratively anyway. When handled from code-behind, I was able to programmatically solve it. Can't remember exactly what I did though, and I no longer have the code. Sorry.
#14880
Feb 15, 2007 9:19
Please login to post a reply
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.
Submit
Cancel
Root Node1 Node2 Node2.1 Node2.2 Node2.2.1 Node2.3
... and the following code: