Im using umbraco 4.11 and xpathdropdownlist not the ucomponents one but the built in one. When i set it up initially had values
Performance
Reliability
Network visilbity
Data Centres
these nodes of type Section. So xpath query is //Section all works nicely. I renamed the last one to Server storage and added new one Security and mobility however the options i can pick are still the old ones. Is there some caching going on? I have touched web.config still not joy.
xpath dropdownlist options not updating
Guys,
Im using umbraco 4.11 and xpathdropdownlist not the ucomponents one but the built in one. When i set it up initially had values
Performance Reliability Network visilbity Data Centres
these nodes of type Section. So xpath query is //Section all works nicely. I renamed the last one to Server storage and added new one Security and mobility however the options i can pick are still the old ones. Is there some caching going on? I have touched web.config still not joy.
Regards
Ismail
Hi Ismail,
Definitely sounds like a caching issue - though I've never encountered that when using that datatype (and I've used it a lot! :)
You're not accidentally (like I was the other day) working in two different Umbraco installations at the same time, are you?
/Chriztian
ok mystery solved. I had load balancing setup and was working localhost so xml cache was not publishing locally doh!!
is working on a reply...