Return-Path: Delivered-To: apmail-portals-jetspeed-user-archive@www.apache.org Received: (qmail 62999 invoked from network); 11 Jan 2006 08:44:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 08:44:20 -0000 Received: (qmail 63645 invoked by uid 500); 11 Jan 2006 08:44:08 -0000 Delivered-To: apmail-portals-jetspeed-user-archive@portals.apache.org Received: (qmail 63623 invoked by uid 500); 11 Jan 2006 08:44:07 -0000 Mailing-List: contact jetspeed-user-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Users List" Delivered-To: mailing list jetspeed-user@portals.apache.org Received: (qmail 63612 invoked by uid 99); 11 Jan 2006 08:44:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 00:44:07 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mubaosen@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO xproxy.gmail.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 00:44:07 -0800 Received: by xproxy.gmail.com with SMTP id h27so74683wxd for ; Wed, 11 Jan 2006 00:43:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aATpZ4gByMZNhZ5M9OEUa8J5Y0U88VKmJHmNWj3kzMR7yBUtU8ryTPIgnrPd9TrDgh/KjtDzkPvy4stKsmzjOEOUMFezIbNKhbrM2WAsJakfuawnH+yJzNHxRy8h6DmSxKGWtwO6FUOkxPzhnkEBqQ8i/45/hDCYabwTOIX8K74= Received: by 10.70.50.16 with SMTP id x16mr590370wxx; Wed, 11 Jan 2006 00:43:46 -0800 (PST) Received: by 10.70.131.6 with HTTP; Wed, 11 Jan 2006 00:43:46 -0800 (PST) Message-ID: Date: Wed, 11 Jan 2006 17:43:46 +0900 From: mu baosen To: jetspeed-user Subject: jsp and html MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83501_25161417.1136969026383" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_83501_25161417.1136969026383 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, everyone. I implement doView() method of portlet as following: public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException { PortletContext context =3D getPortletContext(); PortletRequestDispatcher rd =3D context.getRequestDispatcher ("/WEB-INF/view/test.html"); rd.include(request, response); } The content displayed in IE 6.0 is blank. But I rename test.html to test.jsp(only change the file extension), it displays right. Why? Thanks. ------=_Part_83501_25161417.1136969026383--