Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 1757 invoked from network); 24 Jul 2007 06:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 06:13:22 -0000 Received: (qmail 4993 invoked by uid 500); 24 Jul 2007 06:13:19 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 4525 invoked by uid 500); 24 Jul 2007 06:13:18 -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 4514 invoked by uid 99); 24 Jul 2007 06:13:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 23:13:18 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.92.66.170] (HELO mta0.iii.org.tw) (140.92.66.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2007 23:13:16 -0700 Received: from tcm931032pc01 (unknown [140.92.57.40]) by mta0.iii.org.tw (Postfix) with ESMTP id E7EF02740CB for ; Tue, 24 Jul 2007 14:12:49 +0800 (CST) From: "azuritul" To: Subject: [MyFaces]h:commandButton not reacting in frames Date: Tue, 24 Jul 2007 14:13:03 +0800 Message-ID: <000601c7cdb9$b1fa4040$28395c8c@tcm931032pc01> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C7CDFC.C0221420" X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfNubGQAvL3ntHrS6OGfY7uNozAtw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-MailScanner: Found to be clean X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C7CDFC.C0221420 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Just recently I encountered an weird problem. I made a html frameset page that contains two jsps. One of them is a menu tree. The other shows the content after i click the item of the tree. After finishing the editing of the content page, I click the button, which associate to a backing bean method, on the content page to submit the change to the database. However, the button seems not reacting to my action. I checked the log and found that I did not even enter the associated method. The process went to the "restore view" phase, and then jump to "render response" directly. The backing bean associated with the content page is in request scope. I have no idea why this happened. Any help is appreciated. Thank you. ------=_NextPart_000_0007_01C7CDFC.C0221420 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi

Just recently I encountered an weird problem.
I made a html frameset page that contains two jsps.
One of them is a menu tree. The other shows the content after i click = the item of the tree.

After finishing the editing of the content page, I click the button, = which associate to a backing bean method, on the content page to submit the = change to the database. However, the button seems not reacting to my action. I = checked the log and found that I did not even enter the associated method. The = process went to the "restore view" phase, and then jump to = "render response" directly.

The backing bean associated with the content page is in request = scope.

I have no idea why this happened. Any help is appreciated. Thank = you.

------=_NextPart_000_0007_01C7CDFC.C0221420--