RTF Applet bug ? Display on web with Java

Hi I have a test form with an rtf field on. I want to copy text from the clipboard to the web form using ie 6.

If I use java to display the field on the form I can type into the field, but I cannot paste text.

If I use html to display the field form and reload I can then paste.

Cant see anything that stops this on the field/form settings. but to reproduce

1, in db create new form

2, create new rtf field,

3, use java

4, preview in ie

5, open a text file, copy something

6, try and paste into the rt field

result not work - no paste of text

go back to design and form

1, make form ‘html display’

2, preview in ie

3, open a text file, copy something

4, try and paste into the rt field

works text is pasted

Anybody here have other work around other than use html?