on page one i am setting value of imagename to the image uploaded to UI.
on page 2 load event i am writing the js
Appery('mobileimage_2').attr('src', ' '+ Appery.getImagePath('imagename')+' ');
it is not working.
if i put actual imagename instead of variable (for test purpose) it is working