You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "sean schofield (JIRA)" <ji...@apache.org> on 2006/04/26 19:40:45 UTC

[jira] Commented: (SHALE-48) [shale] Serious issue with dialog state

    [ http://issues.apache.org/struts/browse/SHALE-48?page=comments#action_37197 ] 

sean schofield commented on SHALE-48:
-------------------------------------

This issue hasn't really been fixed.  Its was resolved as "Later" in bugzilla.  Its still a pretty bug.  I think we should reopen but leave it without a version to be fixed in.

> [shale] Serious issue with dialog state
> ---------------------------------------
>
>          Key: SHALE-48
>          URL: http://issues.apache.org/struts/browse/SHALE-48
>      Project: Shale
>         Type: Bug

>  Environment: Operating System: other
> Platform: PC
>     Reporter: sean schofield

>
> Consider the following example:
> Start up the usecases example and begin creating a new profile.  Stop when you
> get to page 2.  Now open a new tab (use Firefox) and click the logon dialog
> again.  You get an exception:
> java.lang.IllegalArgumentException: Position[dialogName=Edit
> Profile,stateName=Page 2],outcome=dialog:Log On
> This is because you have initiated the same dialog without finishing the
> previous dialog.  This is not as crazy of a test as it might seem.  Consider
> what would happen if you opened the dialog in popup window (instead of a browser
> tab) and the user closed the window prematurely ... same problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [jira] Commented: (SHALE-48) [shale] Serious issue with dialog state

Posted by Craig McClanahan <cr...@apache.org>.
On 4/26/06, sean schofield (JIRA) <ji...@apache.org> wrote:
>
>     [
> http://issues.apache.org/struts/browse/SHALE-48?page=comments#action_37197]
>
> sean schofield commented on SHALE-48:
> -------------------------------------
>
> This issue hasn't really been fixed.  Its was resolved as "Later" in
> bugzilla.  Its still a pretty bug.  I think we should reopen but leave it
> without a version to be fixed in.


+1 ... feel free to reopen it.

In the mean time, I'll do a scan to see if the bulk import process did any
other state mappings that might need to get undone.

Craig