You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jack Cheng (JIRA)" <ji...@apache.org> on 2006/06/19 18:51:16 UTC

[jira] Created: (SHALE-195) strange behaviors in rolodex with clay use case example

strange behaviors in rolodex with clay use case example
-------------------------------------------------------

         Key: SHALE-195
         URL: http://issues.apache.org/struts/browse/SHALE-195
     Project: Shale
        Type: Bug

  Components: Core  
    Versions: Nightly    
 Environment: All operating systems and browsers
    Reporter: Jack Cheng


if you run the rolodex use case example (JSP view) with MyFaces 1.1.2 and later, the page will display duplicate forms after attempting to save the data that fails server-side validation. i am using the latest nightly build. 

-- 
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


[jira] Resolved: (SHALE-195) strange behaviors in rolodex with clay use case example

Posted by "Gary VanMatre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-195?page=all ]
     
Gary VanMatre resolved SHALE-195:
---------------------------------

    Fix Version: 1.0.3
     Resolution: Fixed
      Assign To: Gary VanMatre

Sometime after the myfaces 1.1.1 version, they changed the implementation of the UIViewRoot's createUniqueId method.  The new version saves the unique sequence with the state of the view so that it is restored with the view.  The Clay logic assumed that the unique id would be initialized after each request/response life cycle even when the veiw is restored.   I added a new class to handle generating a unique sequence.  It is only used when detecting that the myfaces runtime is installed.


> strange behaviors in rolodex with clay use case example
> -------------------------------------------------------
>
>          Key: SHALE-195
>          URL: http://issues.apache.org/struts/browse/SHALE-195
>      Project: Shale
>         Type: Bug

>   Components: Core
>     Versions: Nightly
>  Environment: All operating systems and browsers
>     Reporter: Jack Cheng
>     Assignee: Gary VanMatre
>      Fix For: 1.0.3

>
> if you run the rolodex use case example (JSP view) with MyFaces 1.1.2 and later, the page will display duplicate forms after attempting to save the data that fails server-side validation. i am using the latest nightly build. 

-- 
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