Java applets
In any Java application,copying from a text area works.In java applets it does not work as it copies into a clipboard.When i paste it i am not getting the current data that is copied.Which method should i use
[215 byte] By [
aramakria] at [2007-11-27 5:08:01]

I never touch applets, but don't you run into a security restriction tryingto access the system clipboard from an untrusted applet? If you don't not really need to access the clipboard, can you just code around this?
although, if it's IE/Vista, that could be different, I guess. Java version could have something to do with it too.I was using FireFox on XP, Java 1.5