Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 22380 invoked from network); 20 Sep 2007 15:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 15:08:12 -0000 Received: (qmail 93638 invoked by uid 500); 20 Sep 2007 15:07:58 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 93609 invoked by uid 500); 20 Sep 2007 15:07:58 -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 Received: (qmail 93598 invoked by uid 99); 20 Sep 2007 15:07:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 08:07:58 -0700 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [203.104.16.251] (HELO web94511.mail.in2.yahoo.com) (203.104.16.251) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Sep 2007 15:09:55 +0000 Received: (qmail 96247 invoked by uid 60001); 20 Sep 2007 15:07:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=sM+u1KjwXIDBMaq3Bsl1fKgQCkJ3bDMZ9GXv2mPTR69huuZ0d56xZUGUSzc4VJvTtUzxx68dFw7a6prr40fnAPrvyg1VS9ofccyHoD/RRs4ti8mdWWxL+JqgXCmNbxCULfGXijOaU/Vx8cw3w+tVwyp9XDi+W89m+ffV5Cnv1Qs=; X-YMail-OSG: VHnSggQVM1kDzvYh8j_lCAifzhA74WxL5zCImdYvdQpY1zBqwgEeeADZQvff6uRoag-- Received: from [165.89.84.86] by web94511.mail.in2.yahoo.com via HTTP; Thu, 20 Sep 2007 08:07:29 PDT Date: Thu, 20 Sep 2007 08:07:29 -0700 (PDT) From: Sushma Sharma Subject: Intercepting the request To: users@myfaces.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1859289889-1190300849=:95801" Content-Transfer-Encoding: 8bit Message-ID: <132888.95801.qm@web94511.mail.in2.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1859289889-1190300849=:95801 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I have many jsf pages(page1, page2, page 3, page4) where users can make changes, but before they can submit/save the changes, I have to take them to audit log page, where they have to enter the remedy id and description of the changes. Currently what I am doing is I am several pages(auditpage1, auditpage2, auditpage3 etc..) for the audit log and from each page(page1) I take the users to corresponding audit page(auditpage1) and in this audt page I specify the actual bean action to save the changes. Is it possible that I specify actual action methods in page1and on clicking the commandButton/link, I intercept the request and take then to a single audit log and after user enters the details and clicks another button, resume the action clicked on the page1. let me know if it is possible and how to do it? If there is any other better way to do it, please suggest. Thanks, The word "Impossible" itself says " I m possible". Sushma --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. --0-1859289889-1190300849=:95801 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
Hi,
 
I have many jsf pages(page1, page2, page 3, page4) where users can make changes, but before they can submit/save the changes, I have to take them to audit log page, where they have to enter the remedy id and description of the changes.  Currently what I am doing is I am several pages(auditpage1, auditpage2, auditpage3 etc..) for the audit log and from each page(page1) I take the users to corresponding audit page(auditpage1) and in this audt page I specify the actual bean action to save the changes.
Is it possible that I specify actual action methods in page1and on clicking the commandButton/link, I intercept the request and take then to a single audit log and after user enters the details and clicks another button, resume the action clicked on the page1.
let me know if it is possible and how to do it? If there is any other better way to do it, please suggest.
Thanks,


The word "Impossible" itself says " I m possible".
Sushma


Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. --0-1859289889-1190300849=:95801--