I am new to SEAM and JSF and using pixastic for clientside image manipulation, I have successfully got crop rotate and some other operations working today. While doing image operations I found one interesting fact that whenever I do particular operation Eg: CROP the image, the src attribute of img tag I am using gets changed. Also, if we copy this "src" value and put it in new HTML and open that HTML we get modified image.
Using this technique I want to access src of image using jquery ".attr()" function and pass that value to backing bean in SEAM for save, is this possible?
Thanks in advance, Rahul