I am following the exact steps (instructions) on pages 280
and 289, the image does not display.
<div class="AccordionPanelContent"><img
src="images/{ds1::imageURL}" alt="{altURL}" align="right"
/></div>
your code should look like this:<div
class="AccordionPanelContent" spry:detailregion="ds1"><img
src={pic} /></div>
you've got to tell your panel it is a detailed region and the
picture is coming from a data set. the dataset in the above example
is ds1 and pic is the field holding the picutres path.
@malcster2 is correct. You must identify the detailregion so
it knows what dataset to pull the value of your variables from.
Please compare your file to the one in the completed folder.