When binding the source path for an image on a button it automatically adds “system/images/” in front of the value getting bound however in order for the image to actually show up it needs to be “/system/images/”. The first forward slash is missing. Manually typing in the same path that would have been bound with the forward slash up front shows the image.
I’m having a lot of trouble replicating this, and I can’t see in the code any place where we are adding "system/images’ without a slash in front.
What version are you using? Any other info you can give me to help me recreate this?
I missed a buried expression that was modifying the path. It was my fault. Sorry!
2 Likes