Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 69104 invoked from network); 10 Jan 2008 19:51:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 19:51:05 -0000 Received: (qmail 27655 invoked by uid 500); 10 Jan 2008 19:50:53 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 27603 invoked by uid 500); 10 Jan 2008 19:50:52 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 27592 invoked by uid 99); 10 Jan 2008 19:50:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 11:50:52 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of SVijapurapu@wsgc.com designates 4.42.227.171 as permitted sender) Received: from [4.42.227.171] (HELO wsismtp1.wsgc.com) (4.42.227.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 19:50:28 +0000 Received: from rkmail4.wsgc.com ([192.168.41.156]) by wsismtp1.wsgc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 10 Jan 2008 11:50:33 -0800 Received: from rkmail2.wsgc.com ([192.168.41.154]) by rkmail4.wsgc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 10 Jan 2008 11:50:33 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C853C2.0FBCF076" Subject: Struts2 JSF Plugin Date: Thu, 10 Jan 2008 11:50:33 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Struts2 JSF Plugin Thread-Index: AchSYsp3jvusW/o6R72TGmWmKYXiAQBXx1RQAAAG8SA= From: "Sanjeev Vijapurapu" To: X-OriginalArrivalTime: 10 Jan 2008 19:50:33.0474 (UTC) FILETIME=[0FD99E20:01C853C2] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C853C2.0FBCF076 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable I was trying to create a prototype of struts2 + jsf. In the process I found that the mappings have to be used with "action" as default. Like=20 or =20 instead of using action names from struts configuration directly. For example if I have configured an action as login in struts config, I should able to use it in jsf component like =20 But interestingly thats not the case. I thought that in Struts2 framework all the actions with interceptor stack as jsf would act similar to managed beans in a JSF framework. I mean use them by the names configured in faces-config.xml.=20 =20 But if I want to do that in struts2, I need faces-config.xml and normal struts2 actions which is disappointing. I mean what about the scenario where I have to send a jsf request to different action than the one which last rendered it? So my main question is how can I use action names in the jsf component? =20 Am I missing something here or is that the way it was designed? =20 =20 Thanks ------_=_NextPart_001_01C853C2.0FBCF076--