> <query valuea="Context:CurrentIndex.Id.ToString()" > operator="==" valueb="String:27EBF76820A042B08C64C86FD72CDA2F">
In my experience the result of Context:CurrentIndex.Id is lowercased and dashed. To pull an example from one of my test pages, it looks like this: Context:CurrentIndex.Id.ToString() f2bfa65f-08ed-44ee- a772-003a817e0975 So that code *might* work, but it would need to be: <query valuea="Context:CurrentIndex.Id.ToString()" operator="==" valueb="String:27ebf768-20a0-42b0-8c64-c86fd72cda2f"> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
