Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 62019 invoked from network); 28 Aug 2006 14:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 14:18:16 -0000 Received: (qmail 78866 invoked by uid 500); 28 Aug 2006 14:18:12 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 78830 invoked by uid 500); 28 Aug 2006 14:18:12 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Delivered-To: moderator for users@myfaces.apache.org Received: (qmail 46301 invoked by uid 99); 28 Aug 2006 14:04:42 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mgrushinskiy@gmail.com designates 64.233.182.189 as permitted sender) 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=nPG7NId1a/85bhpjHyhDlnajA5wODIIKcpHu4ezc5+05tgjMNLnXOODJauLZDtoMasMFS+1Tqd0GW5Gt7hEC33uoWlsp9FSbHCMvrMsoTIosTqTWGDbUaX9JkgIhOdUAbfdB5j2UIwe8XLnEQB7Gbr+eSH2IrrbhI/l+9A4BwuI= Message-ID: <19a316500608280704p40ea765bt401127595fd9a07b@mail.gmail.com> Date: Mon, 28 Aug 2006 10:04:20 -0400 From: "Mikhail Grushinskiy" To: "MyFaces Discussion" Subject: Two JSF apps in one web application MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_44353_27540375.1156773860499" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_44353_27540375.1156773860499 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline We have 2 JSF applications (2 separate *-faces-config.xml) within a single web app (.war). One of JSF apps is migrated to facelets from JSP, another will have to stay in JSP for now. web.xml allows only single value for javax.faces.DEFAULT_SUFFIX. (need to be .xhtml for facelets and .jsp for JSP). What is the way to use JSP for one JSF app and Facelets for another within signle web application (web archive)? Thanks, --MG ------=_Part_44353_27540375.1156773860499 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We have 2 JSF applications (2 separate *-faces-config.xml) within a single web app (.war).
One of JSF apps is migrated to facelets from JSP, another will have to stay in JSP for now.
web.xml allows only single value for javax.faces.DEFAULT_SUFFIX.
(need to be .xhtml for facelets and .jsp for JSP).

What is the way to use JSP for one JSF app and Facelets for another within signle web application (web archive)?

Thanks,
--MG


------=_Part_44353_27540375.1156773860499--