Hi I have created various client side component extensions. I now need to retrieve an Image from the client side components. this will be used as a print screen or to display in a seperate screen as a preview. I have the code that can generate an Image from an AWT component but obviously this has the be done on the client side. For this reason I would like to call a client side method which will return an Image. I have seen documentation on calling client side methods, but none for calling methids that return a value. How do I do this?
Paul
