My Wicket app needs to read the plain-text contents of the clipboard, but
Transferable.getTransferDataFlavors() is returning empty.
The really weird thing is that when I run the Wicket app in DEBUG mode, a
valid DataFlavor is returned and everything works! Here is a pared down
source code
How are you expecting a web user to get stuff onto the server clipboard?
On Wed, Oct 20, 2010 at 2:18 PM, duncan787 duncan...@gmail.com wrote:
My Wicket app needs to read the plain-text contents of the clipboard, but
Transferable.getTransferDataFlavors() is returning empty.
The really weird