<% FCKeditor oFCKeditor ; oFCKeditor = new FCKeditor( request, "EditorDefault" ) ; oFCKeditor.setBasePath( "/FCKeditor/" ) ; oFCKeditor.setValue( "This is some sample text. You are using FCKeditor." ); out.println( oFCKeditor.create() ) ; %>