First of all, I recommend that you use the SetProperty action to set
the property "imageURL" of the image, instead of directly accessing the
src attribute of the associated element.
Second of all, actions have their own data context. That means that you
can't directly refer to a property of a data item without explicitly
using a different data context. You can use a different data context by
changing your action's binding to something like this:
<atlas:Binding DataContext="sender.dataContext" DataPath="foto" ... />
- Wilco Bauwer (MSFT) /
http://www.wilcob.com