Return-Path: Delivered-To: apmail-shale-issues-archive@locus.apache.org Received: (qmail 69069 invoked from network); 4 Jan 2007 21:54:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 21:54:37 -0000 Received: (qmail 33300 invoked by uid 500); 4 Jan 2007 21:54:44 -0000 Delivered-To: apmail-shale-issues-archive@shale.apache.org Received: (qmail 33279 invoked by uid 500); 4 Jan 2007 21:54:44 -0000 Mailing-List: contact issues-help@shale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shale.apache.org Delivered-To: mailing list issues@shale.apache.org Received: (qmail 33262 invoked by uid 99); 4 Jan 2007 21:54:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 13:54:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 13:54:36 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C7117142FB for ; Thu, 4 Jan 2007 13:54:16 -0800 (PST) Message-ID: <17400770.1167947656491.JavaMail.jira@brutus> Date: Thu, 4 Jan 2007 13:54:16 -0800 (PST) From: "Adam A. Koch (JIRA)" To: issues@shale.apache.org Subject: [jira] Commented: (SHALE-385) Back button doesn't work between dialog and subdialog In-Reply-To: <28742948.1167945076517.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/SHALE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39665 ] Adam A. Koch commented on SHALE-385: ------------------------------------ Now I'm getting the behavior described in this issue: https://issues.apache.org/struts/browse/SHALE-386 > Back button doesn't work between dialog and subdialog > ----------------------------------------------------- > > Key: SHALE-385 > URL: https://issues.apache.org/struts/browse/SHALE-385 > Project: Shale > Issue Type: Bug > Components: Dialog > Affects Versions: 1.1.0-SNAPSHOT > Environment: Windows XP, Weblogic 8.1, snapshot from 20070103 > Reporter: Adam A. Koch > Attachments: bwa.war > > > I get an IllegalStateException when I go to a subdialog, hit the browser back button and then click on a button for the original dialog. > Here are the steps to recreate the exception: > Click on Go to Dialog 1 > Click on Go to Dialog 2 > Click the browser back button > Click on Cancel > Expect to go back to the main page, but instead get this exception: > java.lang.IllegalStateException: Restored stack depth expects 2 but is actually 1 > at org.apache.shale.dialog.basic.BasicDialogContext.setOpaqueState(BasicDialogContext.java:299) > at org.apache.shale.dialog.faces.DialogPhaseListener.restore(DialogPhaseListener.java:322) > at org.apache.shale.dialog.faces.DialogPhaseListener.afterRestoreView(DialogPhaseListener.java:189) > at org.apache.shale.dialog.faces.DialogPhaseListener.afterPhase(DialogPhaseListener.java:126) > at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:211) > at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197) > at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira