I have a page whose title is being set to, let's say, "foo".I have a
component contained within that page (across all the 3 pages referenced,
really) who contains 3 links. I'm attempting to compare the _page-leve_
property title with the _component-level_ property linkXtext:{properties.link1text}{properties.link2text}{properties.link3text}The respective values of said linktexts
being1 = sna2 = foo3 = barThe underlying theory here being that, should
the two strings match, the classNam active will...